casual debug for claims

This commit is contained in:
mr
2024-10-30 17:05:12 +01:00
parent 2ca16c07b3
commit 02767d87fa
3 changed files with 11 additions and 8 deletions

View File

@@ -7,12 +7,14 @@ services:
networks:
- catalog
command:
- "--api.insecure=true"
- "--providers.docker=true"
- "--providers.docker.exposedbydefault=false"
- "--entrypoints.web.address=:80"
- "--log.level=DEBUG"
ports:
- "8080:80"
- "8080:80"
- "8082:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
whoami: # TEST PURPOSE
@@ -24,11 +26,11 @@ services:
- "5000:80"
labels:
- "traefik.enable=true"
- "traefik.http.routers.obg.entrypoints=web"
- "traefik.http.routers.obg.rule=Host(`localhost`)"
- "traefik.http.routers.obg.tls=false"
- "traefik.http.services.obg.loadbalancer.server.port=80"
- "traefik.http.routers.obg.middlewares=oc-auth"
- "traefik.http.routers.whoami.entrypoints=web"
- "traefik.http.routers.whoami.rule=Host(`localhost`)"
- "traefik.http.routers.whoami.tls=false"
- "traefik.http.services.whoami.loadbalancer.server.port=80"
- "traefik.http.routers.whoami.middlewares=auth"
oc-auth:
image: 'oc-auth:latest'
ports: