File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ version: '3.7'
77services :
88 chris :
99 container_name : chris
10- image : docker.io/fnndsc/chris:2.7.2
10+ image : docker.io/fnndsc/chris:3.0.0.pre1
1111 ports :
1212 - " 8000:8000"
1313 depends_on :
@@ -23,7 +23,7 @@ services:
2323 labels :
2424 org.chrisproject.info : " miniChRIS"
2525 worker :
26- image : docker.io/fnndsc/chris:2.7.2
26+ image : docker.io/fnndsc/chris:3.0.0.pre1
2727 command : celery -A core worker -c 4 -l info -Q main1,main2
2828 env_file : secrets.env
2929 environment :
@@ -38,7 +38,7 @@ services:
3838 networks :
3939 - local
4040 worker_periodic :
41- image : docker.io/fnndsc/chris:2.7.2
41+ image : docker.io/fnndsc/chris:3.0.0.pre1
4242 environment :
4343 DJANGO_DB_MIGRATE : " off"
4444 DJANGO_COLLECTSTATIC : " off"
@@ -51,7 +51,7 @@ services:
5151 networks :
5252 - local
5353 scheduler :
54- image : docker.io/fnndsc/chris:2.7.2
54+ image : docker.io/fnndsc/chris:3.0.0.pre1
5555 command : celery -A core beat -l info --pidfile /home/localuser/celerybeat.pid --scheduler django_celery_beat.schedulers:DatabaseScheduler
5656 env_file : secrets.env
5757 environment :
You can’t perform that action at this time.
0 commit comments