Skip to content

Commit

Permalink
Update Ddosify selfhosted to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed May 2, 2024
1 parent 1384350 commit b078fe4
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 @@
2.1.0
2.1.1
8 changes: 4 additions & 4 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ services:
command: /workspace/start_scripts/start_celery_beat.sh

alaz-backend:
image: ddosify/selfhosted_alaz_backend:2.0.1
image: ddosify/selfhosted_alaz_backend:2.0.2
depends_on:
- postgres
- influxdb
Expand All @@ -92,7 +92,7 @@ services:
- '8009:8008'

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

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

alaz-backend-celery-beat:
image: ddosify/selfhosted_alaz_backend:2.0.1
image: ddosify/selfhosted_alaz_backend:2.0.2
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit b078fe4

Please sign in to comment.