@@ -17,7 +17,7 @@ services:
1717 - local
1818
1919 db_migrate :
20- image : ghcr.io/fnndsc/cube:6.3.1
20+ image : ghcr.io/fnndsc/cube:6.3.2
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.1
33+ image : ghcr.io/fnndsc/cube:6.3.2
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.1
52+ image : ghcr.io/fnndsc/cube:6.3.2
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.1
70+ image : ghcr.io/fnndsc/cube:6.3.2
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.1
86+ image : ghcr.io/fnndsc/cube:6.3.2
8787 command : celery -A core beat -l info --scheduler django_celery_beat.schedulers:DatabaseScheduler
8888 volumes :
8989 - chris_files:/data:rw
@@ -99,7 +99,7 @@ services:
9999 networks :
100100 - local
101101 db :
102- image : docker.io/library/postgres:16
102+ image : docker.io/library/postgres:17
103103 env_file : secrets.env
104104 restart : unless-stopped
105105 volumes :
@@ -267,7 +267,7 @@ services:
267267 condition : service_completed_successfully
268268
269269 nats :
270- image : docker.io/library/nats:2.10.20-alpine3.20
270+ image : docker.io/library/nats:2.11.4
271271 ports :
272272 - " 4222:4222"
273273 networks :
0 commit comments