Skip to content

Commit

Permalink
Update self hosted backend
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Nov 1, 2023
1 parent b882dca commit bcd58f3
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 bcd58f3

Please sign in to comment.