chore: fixing compose file for uffizi and postgres

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 14:41:21 +01:00
parent b781c94584
commit 033384c3b5
2 changed files with 3 additions and 1 deletions
@@ -8,6 +8,8 @@ x-uffizzi:
services:
backstage:
image: '${BACKSTAGE_IMAGE}'
depends_on:
- db
environment:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres
@@ -13,7 +13,7 @@ backend:
database:
client: pg
connection:
host: ${POSTGRES_HOST}
host: db
user: ${POSTGRES_USER}
password: ${POSTGRES_PASSWORD}
port: 5432