Skip to content

Commit

Permalink
Merge pull request #244 from ddosify/develop
Browse files Browse the repository at this point in the history
Update self hosted backend
  • Loading branch information
fatihbaltaci authored Nov 1, 2023
2 parents 1b7f0eb + bcd58f3 commit daeabc1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- ddosify

backend:
image: ddosify/selfhosted_backend:2.3.0
image: ddosify/selfhosted_backend:2.3.1
depends_on:
- postgres
- influxdb
Expand All @@ -39,7 +39,7 @@ services:
command: /workspace/start_scripts/start_app_onprem.sh

backend-celery-worker:
image: ddosify/selfhosted_backend:2.3.0
image: ddosify/selfhosted_backend:2.3.1
depends_on:
- postgres
- influxdb
Expand All @@ -56,7 +56,7 @@ services:
command: /workspace/start_scripts/start_celery_worker.sh

backend-celery-beat:
image: ddosify/selfhosted_backend:2.3.0
image: ddosify/selfhosted_backend:2.3.1
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit daeabc1

Please sign in to comment.