Install Collabora

This commit is contained in:
2020-12-07 21:55:23 +00:00
parent 6a465ffcd5
commit dd81fe9998
4 changed files with 94 additions and 11 deletions

View File

@@ -66,6 +66,32 @@ services:
- db
- redis
- nginx
extra_hosts:
- "tower.scarif.local:${LOCAL_IP}"
- "office.scarif.local:${LOCAL_IP}"
collabora:
image: collabora/code
restart: always
cap_add:
- MKNOD
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
environment:
- DONT_GEN_SSL_CERT="True"
- domain=tower.${DOMAIN}
- cert_domain=office.${DOMAIN}
- server_name=office.${DOMAIN}
- username=${COLLABORA_USER}
- password=${COLLABORA_PASSWORD}
- "extra_params=-o:ssl.enable=false --o:ssl.termination=true"
- "dictionaries=de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru ro"
networks:
- nginx
extra_hosts:
- "tower.scarif.local:${LOCAL_IP}"
- "office.scarif.local:${LOCAL_IP}"
gitea:
image: gitea/gitea:1
@@ -130,6 +156,7 @@ services:
- monica
- nextcloud
- gitea
- collabora
- certs
ports:
- 80:80