publish web port for hostname access
CI / compose (push) Successful in 10m23s

This commit is contained in:
Marco0300
2026-09-03 16:52:22 +02:00
parent 01da41cc21
commit 462d0719d0
+2
View File
@@ -44,6 +44,8 @@ services:
API_UPSTREAM_HOST: api
API_UPSTREAM_PORT: "8000"
AUTOMATED_OUTREACH_ENABLED: "false"
ports:
- "${WEB_PORT:-8080}:8080"
read_only: true
init: true
pids_limit: 128