Skip to content
Snippets Groups Projects
Commit 80195790 authored by jurgenhaas's avatar jurgenhaas
Browse files

lakedrops/portal/support#54 Add collabora container to docker based installation

parent 18b639ba
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ nextcloud_plugins:
- previewgenerator
- recognize
- richdocuments
- richdocumentscode
- social
- sociallogin
- spreed
......
......@@ -29,7 +29,7 @@ services:
PHP_SENDMAIL_PATH: /usr/sbin/sendmail -t -i -S mailhog:1025
PHP_OPCACHE_INTERNED_STRINGS_BUFFER: 16
COMPOSER_ALLOW_SUPERUSER: 1
dns: '192.168.3.85'
dns: '{{ nextcloud.dnsip }}'
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
......@@ -80,3 +80,24 @@ services:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- ./crontabs/jobs.ini:/etc/ofelia/config.ini
collabora:
image: collabora/code
restart: unless-stopped
networks:
- traefik-public
- default
environment:
extra_params: '--o:ssl.enable=false'
dns: '{{ nextcloud.dnsip }}'
ports:
- {{ nextcloud.officeport }}:9980
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
labels:
traefik.enable: 'true'
traefik.docker.network: traefik-public
traefik.http.routers.docs-nextcloud_{{ nextcloud.id }}.rule: Host(`{{ nextcloud.officedomain }}`)
traefik.http.routers.docs-nextcloud_{{ nextcloud.id }}.tls: 'true'
traefik.http.routers.docs-nextcloud_{{ nextcloud.id }}.tls.certresolver: lakedrops
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment