mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
XNAMEX made me do it
This commit is contained in:
@@ -1,13 +1,15 @@
|
|||||||
services:
|
services:
|
||||||
collabora:
|
collabora:
|
||||||
image: collabora/code:latest
|
#image: collabora/code:latest
|
||||||
|
image: collabora/code:24.04.12.4.1
|
||||||
privileged: true
|
privileged: true
|
||||||
container_name: collabora
|
container_name: collabora
|
||||||
environment:
|
environment:
|
||||||
- "extra_params=--o:remote_font_config.url=https://$CLOUD/apps/richdocuments/settings/fonts.json --o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=160.202.39.[0-9]{1,3} --o:net.post_allow_host[1]=100.64.0.[0-9]{1,3} --o:per_document.max_concurrency=12 --o:num_prespawn_children=12"
|
- "extra_params=--o:remote_font_config.url=$CLOUD/apps/richdocuments/settings/fonts.json --o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=160.202.39.[0-9]{1,3} --o:net.post_allow_host[1]=100.64.0.[0-9]{1,3} --o:per_document.max_concurrency=12 --o:num_prespawn_children=12"
|
||||||
- "aliasgroup1=$CLOUD"
|
- "aliasgroup1=$CLOUD:443"
|
||||||
- 'domain=$CLOUD'
|
- "domain1=$CLOUD:443"
|
||||||
- DONT_GEN_SSL_CERT=true
|
- DONT_GEN_SSL_CERT=true
|
||||||
|
- "server_name=$HOST"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nginx_proxy
|
- nginx_proxy
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
CLOUD=cloud.example.com
|
CLOUD=https://cloud.example.com
|
||||||
|
|||||||
Reference in New Issue
Block a user