Exposed frontend to public web

This commit is contained in:
2026-08-12 14:38:00 +01:00
parent b08d285c07
commit e4d61eaf48
@@ -69,8 +69,8 @@ services:
- web-ui
- web-api
ports:
- "${DOCKER_SERVICES_IP_BIND:-127.0.0.1}:8080:80"
- "${DOCKER_SERVICES_IP_BIND:-127.0.0.1}:8443:443"
- "0.0.0.0:80:80"
- "0.0.0.0:443:443"
# UI Application
web-ui:
extends: