Modify Files

This commit is contained in:
gitea-actions[bot]
2026-04-13 03:58:32 +00:00
parent 0441e1d692
commit 7b04cda2bf
4 changed files with 16 additions and 29 deletions

View File

@@ -1,14 +1,11 @@
---
# only expose the ports when you know what you are doing!
services:
collaboration:
ports:
# expose the wopi server on all interfaces
- "0.0.0.0:9300:9300"
env_file:
- .env
collabora:
ports:
# expose the collabora server on all interfaces
- "0.0.0.0:9980:9980"
env_file:
- .env

View File

@@ -1,11 +1,10 @@
---
# only expose the ports when you know what you are doing!
services:
opencloud:
environment:
environment:
# bind to all interfaces
PROXY_HTTP_ADDR: "0.0.0.0:9200"
ports:
PROXY_HTTP_ADDR: "0.0.0.0:9200"
ports:
# expose the opencloud server on all interfaces
- "0.0.0.0:9200:9200"
env_file:
- .env
- "0.0.0.0:9200:9200"