Skip to content

Commit

Permalink
Update docker-compose-prod.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptobench committed Oct 8, 2024
1 parent db280d1 commit 965e49c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-stack/docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ services:
- ./.envs/.django
command: ["/bin/sh", "-c", "/wait-for-it.sh ${POSTGRES_DB} -- celery -A core worker -l INFO -Q default"]
deploy:
replicas: 1
replicas: 5
update_config:
parallelism: 1
parallelism: 5
failure_action: rollback
delay: 2s
restart_policy:
Expand Down

0 comments on commit 965e49c

Please sign in to comment.