Skip to content

Commit eb14aa0

Browse files
committed
fix gcp setup deployment
1 parent ffe0977 commit eb14aa0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

samples/n8n/compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ services:
55
dockerfile: setup.Dockerfile
66
command: "/init-data.sh"
77
environment:
8-
- POSTGRES_USER
8+
- POSTGRES_USER=${POSTGRES_USER}
99
- POSTGRES_HOST=${POSTGRES_USER}
1010
- PGPASSWORD=${POSTGRES_PASSWORD}
11-
- POSTGRES_DB
12-
- POSTGRES_NON_ROOT_USER
13-
- POSTGRES_NON_ROOT_PASSWORD
11+
- POSTGRES_DB=${POSTGRES_DB}
12+
- POSTGRES_NON_ROOT_USER=${POSTGRES_NON_ROOT_USER}
13+
- POSTGRES_NON_ROOT_PASSWORD=${POSTGRES_NON_ROOT_PASSWORD}
1414
restart: "no"
1515
depends_on:
1616
postgres:

0 commit comments

Comments
 (0)