We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00845b4 commit 80b4916Copy full SHA for 80b4916
3 files changed
docker/.env.example
docker/compose-without-app.yml
@@ -14,7 +14,7 @@ services:
14
restart: always
15
volumes:
16
- database-data:/var/lib/postgresql/data/
17
- env_file: .env
+ env_file: ../.env
18
networks:
19
- app_network
20
ports:
docker/compose.yml
@@ -16,7 +16,7 @@ services:
- 3000:3000
depends_on:
- database
environment:
21
- DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE_HOST}/${POSTGRES_DB}
22
@@ -28,7 +28,7 @@ services:
28
29
30
31
32
33
34
0 commit comments