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,10 @@
---
services:
collaboration-eo:
ports:
# expose the euro-office wopi server on localhost
- "127.0.0.1:9302:9300"
euro-office:
ports:
# expose the euro-office document server on localhost
- "127.0.0.1:9900:80"