Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Include reference to appropriate docker test container
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Kanzer authored and Aaron Kanzer committed Aug 26, 2024
1 parent e6fb46f commit fa887fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lincbrain/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

services:
django:
image: dandiarchive/dandiarchive-api
image: lincbrain/dandiarchive-api
command: ["./manage.py", "runserver", "--nothreading", "0.0.0.0:8000"]
# Log printing via Rich is enhanced by a TTY
tty: true
Expand All @@ -33,14 +33,14 @@ services:
DJANGO_DANDI_SCHEMA_VERSION: ~
DJANGO_DANDI_WEB_APP_URL: http://localhost:8085
DJANGO_DANDI_API_URL: http://localhost:8000
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.dandiarchive.org
DJANGO_DANDI_JUPYTERHUB_URL: https://hub.lincbrain.org
DJANGO_DANDI_DEV_EMAIL: "test@example.com"
DANDI_ALLOW_LOCALHOST_URLS: "1"
ports:
- "127.0.0.1:8000:8000"

celery:
image: dandiarchive/dandiarchive-api
image: lincbrain/dandiarchive-api
command: [
"celery",
"--app", "dandiapi.celery",
Expand Down

0 comments on commit fa887fa

Please sign in to comment.