Updated the Foundry login watcher to serve the log on API root and thus removed the need for port 8080

This commit is contained in:
2025-08-23 04:24:08 +00:00
parent 981e8e29a8
commit 382d08cbcb

View File

@@ -517,7 +517,6 @@ services:
- FOUNDRY_API_TOKEN=${FOUNDRY_API}
- LOG_FILES_TO_CHECK=1
ports:
- "5432:8080"
- "5234:5000"
command: ["sh", "/app/entrypoint.sh"]
restart: unless-stopped