chore: Setup klant wachtwoord
This commit is contained in:
parent
fbab5c454f
commit
f1f1f8119b
3 changed files with 23 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue