Skip to content

Commit 2a817a9

Browse files
committed
Move GIT_SHA to .env file for dc locally
1 parent 4f36350 commit 2a817a9

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
COMPOSE_PROJECT_NAME={{ cookiecutter.project_slug }}
2+
GIT_SHA=foobarxyz
23
# FILL THESE IN:
34
# SENTRY_DSN=

{{ cookiecutter.project_slug }}/docker-compose.test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ services:
5050
DJANGO_CORS_ORIGIN_WHITELIST: http://localhost:8081,http://client-test:8080
5151
DJANGO_TRUSTED_ORIGINS: http://localhost:8081,http://client-test:8080
5252
DJANGO_DISABLE_CSRF: 'True'
53-
GIT_SHA: '0123456789'
5453
tty: true
5554
stdin_open: true
5655
ports:

{{ cookiecutter.project_slug }}/docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ services:
4141
- ./server/.env
4242
environment:
4343
- SENTRY_DSN=${SENTRY_DSN}
44-
- GIT_SHA='0123456789'
4544
tty: true
4645
stdin_open: true
4746
ports:

0 commit comments

Comments
 (0)