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