Corrected some problems with GBN docker-compose.yml
Running: ./bridgehead stop gbn led to error messages, which have been fixed with changes to the docker-compose.yml file.
This commit is contained in:
parent
4c9a5fc02f
commit
aa5cf9b3bc
|
@ -4,11 +4,13 @@ volumes:
|
|||
gbn-connector-logs:
|
||||
gbn-connector-db-data:
|
||||
gbn-store-db-data:
|
||||
bridgehead-proxy:
|
||||
blaze-data:
|
||||
|
||||
services:
|
||||
traefik:
|
||||
container_name: bridgehead-traefik
|
||||
image: traefik:2
|
||||
image: traefik:2.4
|
||||
command:
|
||||
- --entrypoints.web.address=:80
|
||||
- --entrypoints.websecure.address=:443
|
||||
|
@ -44,7 +46,7 @@ services:
|
|||
|
||||
landing:
|
||||
container_name: bridgehead-landingpage
|
||||
image: samply/bridgehead-landingpage
|
||||
image: samply/bridgehead-landingpage:master
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.landing.rule=PathPrefix(`/`)"
|
||||
|
|
Loading…
Reference in New Issue