We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bcd58 commit 04fe1b3Copy full SHA for 04fe1b3
1 file changed
docker-compose.production.yml
@@ -6,7 +6,10 @@ volumes:
6
services:
7
db:
8
image: postgres:13.10
9
- env_file: .env
+ environment:
10
+ - POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
11
+ - POSTGRES_USER=${POSTGRES_USER}
12
+ - POSTGRES_DB=${POSTGRES_DB}
13
volumes:
14
- pg_data_production:/var/lib/postgresql/data
15
healthcheck:
0 commit comments