Fixed task store base url

This commit is contained in:
Patrick Skowronek 2022-10-31 15:30:32 +01:00
parent 3f5463318d
commit fc3198d22c
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ services:
image: "samply/blaze:0.18"
container_name: bridgehead-task-store
environment:
BASE_URL: "http://localhost:8083"
BASE_URL: "http://bridgehead-task-store:8080"
JAVA_TOOL_OPTIONS: "-Xmx1g"
LOG_LEVEL: "debug"
volumes:
@ -17,7 +17,7 @@ services:
image: "samply/report-hub:latest"
container_name: bridgehead-report-hub
environment:
BASE_URL: "http://ccp-task-store:8080"
BASE_URL: "http://bridgehead-report-hub:8080"
JAVA_TOOL_OPTIONS: "-Xmx1g"
LOG_LEVEL: "debug"
PROXY_ID: "report-hub.${PROXY_ID}"