Add onlyoffice to nextcloud services

This commit is contained in:
Paul-Henri Froidmont 2018-04-25 00:59:41 +02:00
parent 3f0f5f12a0
commit fd30d66ffb
2 changed files with 22 additions and 1 deletions

View file

@ -59,6 +59,26 @@ services:
image: redis
restart: always
onlyoffice:
image: onlyoffice/documentserver:latest
stdin_open: true
tty: true
expose:
- '80'
environment:
- VIRTUAL_HOST=office.banditlair.com
- VIRTUAL_NETWORK=nginx-proxy
- VIRTUAL_PORT=80
- LETSENCRYPT_HOST=office.banditlair.com
- LETSENCRYPT_EMAIL=letsencrypt.account@banditlair.com
volumes:
- /var/lib/onlyoffice:/var/www/onlyoffice/Data
- /var/log/onlyoffice:/var/log/onlyoffice
networks:
- proxy-tier
- default
restart: always
# collabora:
# image: collabora/code:3.0.0.4
# cap_add: