feat: add support for Euro Office integration with custom entrypoint and configuration

This commit is contained in:
zerox80
2026-04-10 09:46:52 +02:00
parent 6da37f5ba5
commit 87cbdc05e3
9 changed files with 976 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
---
# only expose the ports when you know what you are doing!
services:
collaboration-eo:
ports:
# expose the euro-office wopi server on all interfaces
- "0.0.0.0:9302:9300"
euro-office:
ports:
# expose the euro-office document server on all interfaces
- "0.0.0.0:9900:80"