Skip to content

Commit 04fe1b3

Browse files
committed
fix: исправлено по pep8
1 parent e7bcd58 commit 04fe1b3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docker-compose.production.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ volumes:
66
services:
77
db:
88
image: postgres:13.10
9-
env_file: .env
9+
environment:
10+
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
11+
- POSTGRES_USER=${POSTGRES_USER}
12+
- POSTGRES_DB=${POSTGRES_DB}
1013
volumes:
1114
- pg_data_production:/var/lib/postgresql/data
1215
healthcheck:

0 commit comments

Comments
 (0)