Add collabora/docker-compose.yml
This commit is contained in:
19
collabora/docker-compose.yml
Normal file
19
collabora/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Collabora for MYCLOUD currently on DELTA, also on NODE-6 (VM)
|
||||||
|
|
||||||
|
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
|
||||||
Reference in New Issue
Block a user