Skip to content

Commit c80da96

Browse files
committed
Upgrade to Hsiao's SSE feature
1 parent 683383f commit c80da96

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docker-compose.yml

Lines changed: 6 additions & 8 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.4.1
20+
image: ghcr.io/fnndsc/cube:6.6.0
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.4.1
33+
image: ghcr.io/fnndsc/cube:6.6.0
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.4.1
52+
image: ghcr.io/fnndsc/cube:6.6.0
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.4.1
70+
image: ghcr.io/fnndsc/cube:6.6.0
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.4.1
86+
image: ghcr.io/fnndsc/cube:6.6.0
8787
command: celery -A core beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
8888
volumes:
8989
- chris_files:/data:rw
@@ -177,9 +177,7 @@ services:
177177
org.chrisproject.role: "pman"
178178

179179
chris_ui:
180-
# This image is likely outdated.
181-
# Newer tags can be found here --> https://github.com/FNNDSC/ChRIS_ui/pkgs/container/chris_ui
182-
image: ghcr.io/fnndsc/chris_ui:staging
180+
image: ghcr.io/fnndsc/chris_ui:d65741e
183181
environment:
184182
# https://chrisproject.org/docs/run/chris_ui#environment-variables
185183
CHRIS_UI_URL: http://${HOSTNAME:-localhost}:8000/api/v1/

0 commit comments

Comments
 (0)