Uniform container_names

This commit is contained in:
root 2022-01-11 13:52:20 +01:00
parent 9f304d8fed
commit 1649d0b624
1 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@ version: '3.4'
services:
store:
container_name: "bridgehead_blaze_store"
container_name: "bridgehead_gbn_blaze_store"
image: "samply/blaze:0.15"
environment:
BASE_URL: "http://bridgehead_blzae_store:8080"
BASE_URL: "http://bridgehead_gbn_blaze_store:8080"
JAVA_TOOL_OPTIONS: "-Xmx4g"
networks:
- "samply"
@ -19,7 +19,7 @@ services:
container_name: "bridgehead_gbn_connector"
image: "samply/share-client:gbn-7"
environment:
POSTGRES_HOST: "bridgehead_connector_db"
POSTGRES_HOST: "bridgehead_gbn_connector_db"
POSTGRES_DB: "samply.connector"
POSTGRES_USER: "samply"
POSTGRES_PASS: ${CONNECTOR_POSTGRES_PASS}
@ -36,7 +36,7 @@ services:
restart: "always"
connector-db:
container_name: "bridgehead_connector_db"
container_name: "bridgehead_gbn_connector_db"
image: "postgres:10.17"
environment:
POSTGRES_USER: "samply"