Skip to content

Commit

Permalink
Update Ddosify selfhosted to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Mar 18, 2024
1 parent e035dfa commit e7db198
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.0
1.7.1
8 changes: 4 additions & 4 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
command: /workspace/start_scripts/start_celery_beat.sh

alaz-backend:
image: ddosify/selfhosted_alaz_backend:1.0.4
image: ddosify/selfhosted_alaz_backend:1.0.5
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.4
image: ddosify/selfhosted_alaz_backend:1.0.5
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.4
image: ddosify/selfhosted_alaz_backend:1.0.5
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.4
image: ddosify/selfhosted_alaz_backend:1.0.5
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit e7db198

Please sign in to comment.