Skip to content

Commit

Permalink
Merge pull request #236 from ddosify/develop
Browse files Browse the repository at this point in the history
Update Ddosify Self Hosted
  • Loading branch information
fatihbaltaci authored Sep 14, 2023
2 parents 75f85bc + 84b8527 commit f6742bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ddosify

frontend:
image: ddosify/selfhosted_frontend:2.2.0
image: ddosify/selfhosted_frontend:2.2.1
depends_on:
- backend
restart: always
Expand All @@ -24,7 +24,7 @@ services:
- ddosify

backend:
image: ddosify/selfhosted_backend:2.2.1
image: ddosify/selfhosted_backend:2.2.2
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.2.1
image: ddosify/selfhosted_backend:2.2.2
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.2.1
image: ddosify/selfhosted_backend:2.2.2
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit f6742bc

Please sign in to comment.