Skip to content

Commit

Permalink
[misc] update labelfree to 4.4.0 (#1734)
Browse files Browse the repository at this point in the history
  • Loading branch information
IJtLJZ8Rm4Yr authored Jun 2, 2023
1 parent 7858b9c commit cb59762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.labelfree.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.3"
services:
label-nginx:
image: labelfree/open_frontend:4.2.0
image: labelfree/open_frontend:4.4.0
env_file:
- .env
ports:
Expand All @@ -11,7 +11,7 @@ services:
restart: always

label_api:
image: labelfree/open:4.2.0
image: labelfree/open:4.4.0
command: gunicorn --conf /code/config/gunicorn.py --log-config /code/config/logging.conf --chdir /code/labelfree app:app
env_file:
- .env
Expand Down Expand Up @@ -48,7 +48,7 @@ services:
restart: always

label_celery_worker:
image: labelfree/open:4.2.0
image: labelfree/open:4.4.0
command: celery -A labelfree.app.celery worker -l info -c 4 -B
env_file:
- .env
Expand Down

0 comments on commit cb59762

Please sign in to comment.