Skip to content

Commit c923164

Browse files
committed
Upgrade CUBE version 6.3.1
1 parent c874a57 commit c923164

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
- local
1818

1919
db_migrate:
20-
image: ghcr.io/fnndsc/cube:6.3.0-beta.7
20+
image: ghcr.io/fnndsc/cube:6.3.1
2121
command: python manage.py migrate --noinput
2222
env_file: secrets.env
2323
volumes:
@@ -30,7 +30,7 @@ services:
3030

3131
chris:
3232
container_name: chris
33-
image: ghcr.io/fnndsc/cube:6.3.0-beta.7
33+
image: ghcr.io/fnndsc/cube:6.3.1
3434
ports:
3535
- "8000:8000"
3636
volumes:
@@ -49,7 +49,7 @@ services:
4949
org.chrisproject.role: "ChRIS_ultron_backEnd"
5050
org.chrisproject.miniChRIS: "miniChRIS"
5151
worker:
52-
image: ghcr.io/fnndsc/cube:6.3.0-beta.7
52+
image: ghcr.io/fnndsc/cube:6.3.1
5353
command: celery -A core worker -c 4 -l info -Q main1,main2
5454
volumes:
5555
- chris_files:/data:rw
@@ -67,7 +67,7 @@ services:
6767
networks:
6868
- local
6969
worker_periodic:
70-
image: ghcr.io/fnndsc/cube:6.3.0-beta.7
70+
image: ghcr.io/fnndsc/cube:6.3.1
7171
command: celery -A core worker -c 2 -l info -Q periodic
7272
volumes:
7373
- chris_files:/data:rw
@@ -83,7 +83,7 @@ services:
8383
networks:
8484
- local
8585
scheduler:
86-
image: ghcr.io/fnndsc/cube:6.3.0-beta.7
86+
image: ghcr.io/fnndsc/cube:6.3.1
8787
command: celery -A core beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
8888
volumes:
8989
- chris_files:/data:rw

0 commit comments

Comments
 (0)