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 4279ffe commit 2be4babCopy full SHA for 2be4bab
1 file changed
docker-compose.yml
@@ -7,7 +7,7 @@
7
services:
8
flask:
9
platform: linux/x86_64
10
- image: "ghcr.io/esciencelab/ro-crate-validation-service:0.1"
+ image: "ghcr.io/esciencelab/ro-crate-validation-service:latest"
11
ports:
12
- "5001:5000"
13
environment:
@@ -28,7 +28,7 @@ services:
28
29
celery_worker:
30
31
32
command: celery -A app.celery_worker.celery worker --loglevel=info -E
33
34
- CELERY_BROKER_URL=redis://redis:6379/0
0 commit comments