Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 91ef19e

Browse files
author
robinpdev
committed
fix env file location
1 parent ad54129 commit 91ef19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docker-compose.prod.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- POSTGRES_PASSWORD=${SQL_PASSWORD}
1212
- POSTGRES_DB=${SQL_DATABASE}
1313
env_file:
14-
- .env.prod
14+
- ${ENV_LOCATION}
1515

1616
backend:
1717
container_name: pigeonhole-backend
@@ -25,7 +25,7 @@ services:
2525
expose:
2626
- 8000
2727
env_file:
28-
- .env.prod
28+
- ${ENV_LOCATION}
2929
depends_on:
3030
- database
3131
restart: always
@@ -66,7 +66,7 @@ services:
6666
depends_on:
6767
- backend
6868
env_file:
69-
- .env.prod
69+
- ${ENV_LOCATION}
7070
labels:
7171
- "traefik.enable=true"
7272
- "traefik.http.routers.frontend.rule=Host(`sel2-1.ugent.be`)"

0 commit comments

Comments
 (0)