chore: Setup klant wachtwoord

This commit is contained in:
Tibo De Peuter 2025-05-16 20:47:18 +02:00
parent fbab5c454f
commit f1f1f8119b
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
3 changed files with 23 additions and 2 deletions

View file

@ -60,6 +60,13 @@ services:
# Add web entrypoint
- '--entrypoints.web.address=:80/tcp'
# Proxying the web UI on a sub-path
- '--api.basePath=/proxy'
labels:
- 'traefik.http.routers.proxy.service=api@internal'
- 'traefik.http.routers.proxy.rule=PathPrefix(`/proxy`)'
- 'traefik.http.services.proxy.loadbalancer.server.port=8080'
ports:
- '9000:8080'
- '80:80/tcp'