mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 05:36:59 +01:00
Add onlyoffice to nextcloud services
This commit is contained in:
parent
3f0f5f12a0
commit
fd30d66ffb
2 changed files with 22 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue