Skip to content

Commit

Permalink
Update Ddosify selfhosted to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Mar 18, 2024
1 parent 9cab863 commit e035dfa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.0
1.7.0
14 changes: 7 additions & 7 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.6.5
image: ddosify/selfhosted_backend:2.6.9
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.6.5
image: ddosify/selfhosted_backend:2.6.9
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.6.5
image: ddosify/selfhosted_backend:2.6.9
depends_on:
- postgres
- influxdb
Expand All @@ -73,7 +73,7 @@ services:
command: /workspace/start_scripts/start_celery_beat.sh

alaz-backend:
image: ddosify/selfhosted_alaz_backend:1.0.3
image: ddosify/selfhosted_alaz_backend:1.0.4
depends_on:
- postgres
- influxdb
Expand All @@ -88,7 +88,7 @@ services:
command: /workspace/start_scripts/start_app_onprem.sh

alaz-backend-celery-worker-1:
image: ddosify/selfhosted_alaz_backend:1.0.3
image: ddosify/selfhosted_alaz_backend:1.0.4
depends_on:
- postgres
- influxdb
Expand All @@ -105,7 +105,7 @@ services:
command: /workspace/start_scripts/start_celery_worker.sh

alaz-backend-celery-worker-2:
image: ddosify/selfhosted_alaz_backend:1.0.3
image: ddosify/selfhosted_alaz_backend:1.0.4
depends_on:
- postgres
- influxdb
Expand All @@ -122,7 +122,7 @@ services:
command: /workspace/start_scripts/start_celery_worker.sh

alaz-backend-celery-beat:
image: ddosify/selfhosted_alaz_backend:1.0.3
image: ddosify/selfhosted_alaz_backend:1.0.4
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit e035dfa

Please sign in to comment.