Skip to content

Commit

Permalink
Merge pull request #277 from ddosify/develop
Browse files Browse the repository at this point in the history
Update Ddosify selfhosted to 1.7.2
  • Loading branch information
fatihbaltaci authored Mar 24, 2024
2 parents 676f0e0 + 347823b commit 9ae53fc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.1
1.7.2
16 changes: 8 additions & 8 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.7.3
image: ddosify/selfhosted_frontend:2.7.4
depends_on:
- backend
restart: always
Expand All @@ -24,7 +24,7 @@ services:
- ddosify

backend:
image: ddosify/selfhosted_backend:2.6.9
image: ddosify/selfhosted_backend:2.6.10
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.9
image: ddosify/selfhosted_backend:2.6.10
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.9
image: ddosify/selfhosted_backend:2.6.10
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.5
image: ddosify/selfhosted_alaz_backend:1.0.6
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.5
image: ddosify/selfhosted_alaz_backend:1.0.6
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.5
image: ddosify/selfhosted_alaz_backend:1.0.6
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.5
image: ddosify/selfhosted_alaz_backend:1.0.6
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit 9ae53fc

Please sign in to comment.