Skip to content

Commit

Permalink
Merge pull request #957 from dandi/integration-test-config
Browse files Browse the repository at this point in the history
Integration test config
  • Loading branch information
jwodder authored Apr 12, 2022
2 parents acc312c + eb32c4b commit 78230ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dandi/tests/data/dandiarchive-docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
"--loglevel", "INFO",
"--without-heartbeat",
"-Q","celery,calculate_sha256,ingest_zarr_archive,manifest-worker",
"-c","1",
"-B"
]
# Docker Compose does not set the TTY width, which causes Celery errors
Expand Down Expand Up @@ -86,7 +87,7 @@ services:
DANDI_ALLOW_LOCALHOST_URLS: "1"

minio:
image: minio/minio:RELEASE.2022-01-28T02-28-16Z
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
# When run with a TTY, minio prints credentials on startup
tty: true
command: ["server", "/data"]
Expand Down

0 comments on commit 78230ac

Please sign in to comment.