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:
Croft 2022-05-23 14:52:06 +02:00
parent 4c9a5fc02f
commit aa5cf9b3bc
1 changed files with 4 additions and 2 deletions

View File

@ -4,11 +4,13 @@ volumes:
gbn-connector-logs: gbn-connector-logs:
gbn-connector-db-data: gbn-connector-db-data:
gbn-store-db-data: gbn-store-db-data:
bridgehead-proxy:
blaze-data:
services: services:
traefik: traefik:
container_name: bridgehead-traefik container_name: bridgehead-traefik
image: traefik:2 image: traefik:2.4
command: command:
- --entrypoints.web.address=:80 - --entrypoints.web.address=:80
- --entrypoints.websecure.address=:443 - --entrypoints.websecure.address=:443
@ -44,7 +46,7 @@ services:
landing: landing:
container_name: bridgehead-landingpage container_name: bridgehead-landingpage
image: samply/bridgehead-landingpage image: samply/bridgehead-landingpage:master
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.landing.rule=PathPrefix(`/`)" - "traefik.http.routers.landing.rule=PathPrefix(`/`)"