Changed the network to 'oc'
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
|||||||
- 8087:8080
|
- 8087:8080
|
||||||
container_name: oc-catalog
|
container_name: oc-catalog
|
||||||
networks:
|
networks:
|
||||||
- catalog
|
- oc
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.catalog.entrypoints=web"
|
- "traefik.http.routers.catalog.entrypoints=web"
|
||||||
@@ -20,5 +20,5 @@ services:
|
|||||||
- "traefik.http.services.catalog.loadbalancer.server.port=8080"
|
- "traefik.http.services.catalog.loadbalancer.server.port=8080"
|
||||||
- "traefik.http.middlewares.catalog.forwardauth.address=http://oc-auth:8080/oc/forward"
|
- "traefik.http.middlewares.catalog.forwardauth.address=http://oc-auth:8080/oc/forward"
|
||||||
networks:
|
networks:
|
||||||
catalog:
|
oc:
|
||||||
external: true
|
external: true
|
||||||
Reference in New Issue
Block a user