Skip to content

Commit

Permalink
🚧 add image to docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
annashamray committed May 31, 2024
1 parent 45f2998 commit 05e28b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ services:
volumes: *web_volumes

celery:
image: maykinmedia/objects-api:latest
build: *web_build
environment: *web_env
command: /celery_worker.sh
Expand All @@ -66,6 +67,7 @@ services:
volumes: *web_volumes

celery-flower:
image: maykinmedia/objects-api:latest
build: *web_build
environment: *web_env
command: /celery_flower.sh
Expand Down

0 comments on commit 05e28b3

Please sign in to comment.