Added readme and improved systemd scripts

This commit is contained in:
root
2021-12-23 14:54:35 +01:00
parent 4f406a96c8
commit f9f72cbe9a
6 changed files with 45 additions and 53 deletions

View File

@ -2,7 +2,7 @@ version: '3.4'
services:
store:
container_name: "store"
container_name: "bridgehead_blaze_store"
image: "samply/blaze:0.15"
environment:
BASE_URL: "http://store:8080"
@ -16,7 +16,7 @@ services:
restart: "always"
connector:
container_name: "connector"
container_name: "bridgehead_connector"
image: "samply/share-client:gbn-7"
environment:
POSTGRES_HOST: "connector-db"
@ -36,7 +36,7 @@ services:
restart: "always"
connector-db:
container_name: "connector-db"
container_name: "bridgehead_connector-db"
image: "postgres:10.17"
environment:
POSTGRES_USER: "samply"