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