Add collabora

This commit is contained in:
Jake Howard
2022-12-02 22:37:42 +00:00
parent ebfe057658
commit e89f13b8a9
2 changed files with 24 additions and 0 deletions

View File

@ -30,6 +30,22 @@ services:
- default
- traefik
collabora:
image: collabora/code:latest
restart: unless-stopped
tty: true
environment:
- domain=intersect.jakehoward.tech
labels:
- traefik.enable=true
- traefik.http.routers.collabora.rule=Host(`collabora.jakehoward.tech`)
- traefik.http.services.collabora-nextcloud.loadbalancer.server.scheme=https
networks:
- default
- traefik
tmpfs:
- /tmp
mariadb:
image: mariadb:10.5
restart: unless-stopped