mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
clarify further the brokenness of C++. why the fuck are we using C++?
This commit is contained in:
@@ -4,10 +4,11 @@ services:
|
|||||||
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}"
|
- "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"
|
||||||
- "aliasgroup1=$CLOUD"
|
- "aliasgroup1=$CLOUD"
|
||||||
- 'domain=$CLOUD'
|
- 'domain=$CLOUD'
|
||||||
- DONT_GEN_SSL_CERT=false
|
- DONT_GEN_SSL_CERT=true
|
||||||
|
- dictionaries="en_GB en_US"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- nginx_proxy
|
- nginx_proxy
|
||||||
|
|||||||
@@ -9,6 +9,6 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.centurylinklabs.watchtower.enable=true"
|
- "com.centurylinklabs.watchtower.enable=true"
|
||||||
ports:
|
ports:
|
||||||
- "100.64.0.2:11000:11000"
|
- "11000:11000"
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
|
|||||||
Reference in New Issue
Block a user