mirror of
https://github.com/CoolnsX/selfhost.git
synced 2025-12-20 07:15:17 +05:30
pay no attention to the man behind the curtain
This commit is contained in:
19
collabora/docker-compose.yml
Normal file
19
collabora/docker-compose.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
services:
|
||||
collabora:
|
||||
image: collabora/code:latest
|
||||
privileged: true
|
||||
container_name: collabora
|
||||
environment:
|
||||
- "extra_params=--o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=160.202.39.[0-9]{1,3}"
|
||||
- "aliasgroup1=cloud.coolans.dev"
|
||||
- 'domain=cloud.coolans.dev'
|
||||
- DONT_GEN_SSL_CERT=false
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- nginx_proxy
|
||||
cap_add:
|
||||
- MKNOD
|
||||
|
||||
networks:
|
||||
nginx_proxy:
|
||||
external: true
|
||||
Reference in New Issue
Block a user