catalog
This commit is contained in:
parent
c2cb0587a2
commit
eb904eb80c
@ -13,10 +13,8 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.catalog.entrypoints=web"
|
- "traefik.http.routers.catalog.entrypoints=web"
|
||||||
- "traefik.http.routers.catalog.rule=Host(`localhost`)"
|
- "traefik.http.routers.catalog.rule=PathPrefix(/catalog)"
|
||||||
- "traefik.routers.catalog.rule=Path(/datacenter)"
|
|
||||||
- "traefik.http.routers.catalog.tls=false"
|
- "traefik.http.routers.catalog.tls=false"
|
||||||
- "traefik.http.services.catalog.loadbalancer.server.port=80"
|
|
||||||
- "traefik.http.routers.catalog.middlewares=auth"
|
- "traefik.http.routers.catalog.middlewares=auth"
|
||||||
networks:
|
networks:
|
||||||
catalog:
|
catalog:
|
||||||
|
Loading…
Reference in New Issue
Block a user