Skip to content

Commit 1b7b615

Browse files
committed
Another fix to the workflow files
1 parent cd264f2 commit 1b7b615

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ services:
7474
- POSTGRES_USER=${POSTGRES_USER?Variable not set}
7575
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD?Variable not set}
7676
- SENTRY_DSN=${SENTRY_DSN}
77+
- PROJECT_NAME=${PROJECT_NAME?Variable not set}
7778

7879
backend:
7980
image: '${DOCKER_IMAGE_BACKEND?Variable not set}:${TAG-latest}'
@@ -107,6 +108,7 @@ services:
107108
- POSTGRES_USER=${POSTGRES_USER?Variable not set}
108109
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD?Variable not set}
109110
- SENTRY_DSN=${SENTRY_DSN}
111+
- PROJECT_NAME=${PROJECT_NAME?Variable not set}
110112

111113
healthcheck:
112114
test: ["CMD", "curl", "-f", "http://localhost:8000/api/v1/utils/health-check/"]

0 commit comments

Comments
 (0)