Skip to content

Commit 0c5b48c

Browse files
author
Jennings Zhang
committed
JWT authentication with pfcon
1 parent c1cd012 commit 0c5b48c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ version: '3.7'
77
services:
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:

0 commit comments

Comments
 (0)