Skip to content

Commit

Permalink
Merge pull request #252 from ddosify/develop
Browse files Browse the repository at this point in the history
Update self hosted version to 1.5.0
  • Loading branch information
fatihbaltaci authored Dec 29, 2023
2 parents 56dc6ea + 0144f95 commit debbb77
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.4.8
1.5.0
14 changes: 7 additions & 7 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.4.1
image: ddosify/selfhosted_frontend:2.5.0
depends_on:
- backend
restart: always
Expand All @@ -24,7 +24,7 @@ services:
- ddosify

backend:
image: ddosify/selfhosted_backend:2.3.1
image: ddosify/selfhosted_backend:2.4.0
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.3.1
image: ddosify/selfhosted_backend:2.4.0
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.3.1
image: ddosify/selfhosted_backend:2.4.0
depends_on:
- postgres
- influxdb
Expand All @@ -75,7 +75,7 @@ services:
hammermanager:
ports:
- "9901:8001"
image: ddosify/selfhosted_hammermanager:1.2.2
image: ddosify/selfhosted_hammermanager:1.2.3
depends_on:
- postgres
- rabbitmq-job
Expand All @@ -89,7 +89,7 @@ services:
command: /workspace/start_scripts/start_app.sh

hammermanager-celery-worker:
image: ddosify/selfhosted_hammermanager:1.2.2
image: ddosify/selfhosted_hammermanager:1.2.3
depends_on:
- postgres
- rabbitmq-job
Expand All @@ -104,7 +104,7 @@ services:
command: /workspace/start_scripts/start_celery_worker.sh

hammermanager-celery-beat:
image: ddosify/selfhosted_hammermanager:1.2.2
image: ddosify/selfhosted_hammermanager:1.2.3
depends_on:
- postgres
- rabbitmq-job
Expand Down

0 comments on commit debbb77

Please sign in to comment.