This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
onlyoffice/compose.yml

21 lines
632 B
YAML
Raw Permalink Normal View History

2021-04-27 08:26:40 +00:00
version: "3.8"
services:
app:
image: "onlyoffice/documentserver:6.3"
2021-04-27 08:40:35 +00:00
networks:
- proxy
deploy:
update_config:
failure_action: rollback
order: start-first
labels:
- "traefik.enable=true"
- "traefik.http.routers.${STACK_NAME}.rule=Host(`${DOMAIN}`)"
- "traefik.http.routers.${STACK_NAME}.entrypoints=web-secure"
- "traefik.http.services.${STACK_NAME}.loadbalancer.server.port=80"
- "traefik.http.routers.${STACK_NAME}.tls.certresolver=${LETS_ENCRYPT_ENV}"
2021-06-08 07:03:06 +00:00
- coop-cloud.${STACK_NAME}.app.version=6.3-
2021-04-27 08:26:40 +00:00
networks:
proxy:
external: true