Skip to content

Commit

Permalink
Add extra worker
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Mar 15, 2024
1 parent cdc0a7b commit 61f595b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,24 @@ services:
pull_policy: always
command: /workspace/start_scripts/start_app_onprem.sh

alaz-backend-celery-worker:
alaz-backend-celery-worker-1:
image: ddosify/selfhosted_alaz_backend:latest
depends_on:
- postgres
- influxdb
- redis
- alaz-backend
- rabbitmq-celery-backend
- backend
env_file:
- .env
networks:
- ddosify
restart: always
pull_policy: always
command: /workspace/start_scripts/start_celery_worker.sh

alaz-backend-celery-worker-2:
image: ddosify/selfhosted_alaz_backend:latest
depends_on:
- postgres
Expand Down

0 comments on commit 61f595b

Please sign in to comment.