chore: host is db

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-12-21 15:31:03 +01:00
parent 06c6bc786d
commit 5e7cc957e9
+1 -1
View File
@@ -10,7 +10,7 @@ services:
image: '${BACKSTAGE_IMAGE}'
environment:
POSTGRES_HOST: localhost
POSTGRES_HOST: db
POSTGRES_USER: postgres
POSTGRES_PASSWORD: example
NODE_ENV: production