Skip to content

Commit a4a6d3b

Browse files
committed
fix: python 3.9 dump version due to docker compose issues
1 parent 8134bfb commit a4a6d3b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docker-compose.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ services:
66
volumes:
77
- ./database/init.sql:/docker-entrypoint-initdb.d/init.sql
88
environment:
9-
- POSTGRES_USER=postgres
10-
- POSTGRES_PASSWORD=postgres
11-
- POSTGRES_DB=appw
9+
- POSTGRES_USER=${PostgresUser}
10+
- POSTGRES_PASSWORD=${PostgresPassword}
11+
- POSTGRES_SERVER=${PostgresServer}
12+
- POSTGRES_DB=${PostgresDatabase}
1213
ports:
1314
- "5432:5432"
1415
app:

0 commit comments

Comments
 (0)