Skip to content

Commit

Permalink
Fix docker-compose-non-dev.yaml (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
KentonParton authored Apr 25, 2023
1 parent 5719b7b commit 35c639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-non-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ services:
container_name: celery_worker
env_file: docker/.env
command: celery --app=app.worker.app.celery_app worker -l info -c 4 -Ofair --without-heartbeat --without-gossip --without-mingle --loglevel=warning
image: swiple-api:latest
image: swiple/swiple-api:latest
volumes:
- $PWD/backend/app/:/code/app/
- $HOME/.aws:$HOME/.aws
Expand Down

0 comments on commit 35c639a

Please sign in to comment.