Skip to content

Commit

Permalink
Set DJANGO_DANDI_DEV_EMAIL in django and celery containers
Browse files Browse the repository at this point in the history
This environment var is needed for running the latest
`dandiarchive/dandiarchive-api` image
  • Loading branch information
candleindark committed Apr 30, 2024
1 parent 15196a9 commit ae0f187
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dandi/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
DJANGO_DANDI_API_URL: http://localhost:8000
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
DANDI_ALLOW_LOCALHOST_URLS: "1"
DJANGO_DANDI_DEV_EMAIL: "[email protected]"
ports:
- "8000:8000"

Expand Down Expand Up @@ -80,6 +81,7 @@ services:
DJANGO_DANDI_API_URL: http://localhost:8000
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
DANDI_ALLOW_LOCALHOST_URLS: "1"
DJANGO_DANDI_DEV_EMAIL: "[email protected]"

minio:
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
Expand Down

0 comments on commit ae0f187

Please sign in to comment.