mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Enable onlyoffice
This commit is contained in:
parent
bb2b0008ca
commit
821ea206d9
1 changed files with 20 additions and 38 deletions
|
|
@ -61,42 +61,24 @@ services:
|
|||
image: redis
|
||||
restart: always
|
||||
|
||||
# onlyoffice:
|
||||
# image: onlyoffice/documentserver:latest
|
||||
# stdin_open: true
|
||||
# tty: true
|
||||
# expose:
|
||||
# - '80'
|
||||
# labels:
|
||||
# - "traefik.backend=onlyoffice"
|
||||
# - "traefik.docker.network=web"
|
||||
# - "traefik.frontend.rule=Host:office.banditlair.com"
|
||||
# - "traefik.enable=true"
|
||||
# - "traefik.port=80"
|
||||
# - "traefik.default.protocol=http"
|
||||
# volumes:
|
||||
# - /var/lib/onlyoffice:/var/www/onlyoffice/Data
|
||||
# - /var/log/onlyoffice:/var/log/onlyoffice
|
||||
# networks:
|
||||
# - web
|
||||
# - default
|
||||
# restart: always
|
||||
onlyoffice:
|
||||
image: onlyoffice/documentserver:latest
|
||||
stdin_open: true
|
||||
tty: true
|
||||
expose:
|
||||
- '80'
|
||||
labels:
|
||||
- "traefik.backend=onlyoffice"
|
||||
- "traefik.docker.network=web"
|
||||
- "traefik.frontend.rule=Host:office.banditlair.com"
|
||||
- "traefik.enable=true"
|
||||
- "traefik.port=80"
|
||||
- "traefik.default.protocol=http"
|
||||
volumes:
|
||||
- /var/lib/onlyoffice:/var/www/onlyoffice/Data
|
||||
- /var/log/onlyoffice:/var/log/onlyoffice
|
||||
networks:
|
||||
- web
|
||||
- default
|
||||
restart: always
|
||||
|
||||
# collabora:
|
||||
# image: collabora/code:3.0.0.4
|
||||
# cap_add:
|
||||
# - MKNOD
|
||||
# expose:
|
||||
# - 9980
|
||||
# environment:
|
||||
# - domain=${CLOUD_DOMAIN}
|
||||
# - VIRTUAL_HOST=${COLLABORA_DOMAIN}
|
||||
# - VIRTUAL_NETWORK=nginx-proxy
|
||||
# - VIRTUAL_PORT=9980
|
||||
# - VIRTUAL_PROTO=https
|
||||
# - LETSENCRYPT_HOST=${COLLABORA_DOMAIN}
|
||||
# - LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
# networks:
|
||||
# - proxy-tier
|
||||
# - default
|
||||
# restart: always
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue