20 lines
658 B
YAML
20 lines
658 B
YAML
# Collabora for MYCLOUD currently on DELTA
|
|
|
|
services:
|
|
collabora:
|
|
image: collabora/code:latest
|
|
container_name: collabora
|
|
ports:
|
|
- 9980:9980
|
|
cap_add:
|
|
- CAP_MKNOD
|
|
restart: unless-stopped
|
|
environment:
|
|
# - aliasgroup1=https://code.johnsnexus.click # alternative to domain parameter, allows more than one to access COLLABORA
|
|
- DONT_GEN_SSL_CERT=1 # this and next line tell COLLABORA not to deal with SSL as CADDY is doing this
|
|
- extra_params=--o:ssl.enable=false --o:ssl.termination=true
|
|
- domain=mycloud.johnsnexus.click
|
|
- TZ=Europe/London
|
|
- password=Zephie2023
|
|
- username=admin
|