We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958adbe commit de7eda0Copy full SHA for de7eda0
dandi/tests/data/dandiarchive-docker/docker-compose.yml
@@ -1,3 +1,4 @@
1
+version: '3.7'
2
# Based on
3
# <https://github.com/dandi/dandiarchive/blob/master/docker/docker-compose.yml>,
4
# <https://github.com/dandi/dandi-api/blob/master/docker-compose.yml>, and
@@ -67,7 +68,11 @@ services:
67
68
environment:
69
<< : *django_env
70
DJANGO_DANDI_VALIDATION_JOB_INTERVAL: "5"
-
71
+ ulimits:
72
+ # https://github.com/celery/billiard/pull/417
73
+ nofile:
74
+ soft: 1000
75
+ hard: 3000
76
minio:
77
image: minio/minio:RELEASE.2022-04-12T06-55-35Z
78
# When run with a TTY, minio prints credentials on startup
0 commit comments