Update 'docker-compose.yaml'

updated collabora code section to to work with latest code server changes
This commit is contained in:
Johan Koke 2022-05-27 16:29:57 +00:00
parent 9d7b91bd80
commit 58457803e1
1 changed files with 25 additions and 20 deletions

View File

@ -97,19 +97,24 @@ services:
container_name: ${appname}-collabora
restart: unless-stopped
networks:
- nextcloud
volumes:
- ./loolwsd.xml:/etc/loolwsd/loolwsd.xml
- proxy
# volumes:
# - ./coolwsd.xml:/etc/loolwsd/coolwsd.xml
ports:
- 9980:9980
extra_hosts:
- "${nextcloud_host}:${host_ip}"
- "${collabora_host}:${host_ip}"
# - "${NEXTCLOUD_FQDN}:${NEXTCLOUD_IPADDRESS}"
# - "${COLLABORA_FQDN}:${NEXTCLOUD_IPADDRESS}"
depends_on:
- app
environment:
- domain=${collabora_host}
- dictionaries=en
# - domain=${collabora_host}
- dictionaries=en_GB
- username=admin
- password=${sql_root_pwd}
- aliasgroup1=https://${nextcloud_host}:443,https://${collabora_host}:443
# - aliasgroup2=https://cloud.koke.estate:443,https://cloud\\.koke\\.estate:443
- server_name=${collabora_host}
# - "extra_params=--o:ssl.enable=false --o:ssl.termination=true"
# - "extra_params=--o:net.post_allow.host=65\\.217\\.165\\.45"
cap_add:
- MKNOD
# privileged: true
tty: true