Homelab/collabora.yaml
Andreas S. Turriff be8d4a098d Document Sharing
2024-06-27 17:02:27 -07:00

23 lines
736 B
YAML

collabora:
deploy:
replicas: 1
labels:
traefik.enable: "true"
traefik.http.routers.collabora-rtr.entrypoints: "websecure"
traefik.http.routers.collabora-rtr.rule: "Host(`collabora.your.domain`)"
traefik.http.routers.collabora-rtr.service: "collabora"
traefik.http.services.collabora.loadbalancer.server.port: "9980"
environment:
PUID: 10021
PGID: 10021
password: "<secret password that is never used>"
username: "admin"
domain: "[collabora\\.your\\.domain]"
extra_params: "--o:ssl.enable=false --o:ssl.termination=true"
image: "collabora/code"
logging:
driver: journald
networks:
- homelab
restart: on-failure