Install Collabora
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user