casual debug for claims
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user