From aa5cf9b3bc5d4180d9330e7bd179ecfa9dbbe271 Mon Sep 17 00:00:00 2001 From: Croft Date: Mon, 23 May 2022 14:52:06 +0200 Subject: [PATCH] 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. --- gbn/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gbn/docker-compose.yml b/gbn/docker-compose.yml index 476d355..9428311 100644 --- a/gbn/docker-compose.yml +++ b/gbn/docker-compose.yml @@ -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(`/`)"