chore: fixing compose file for uffizi and postgres
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user