Skip to content

Commit

Permalink
Merge pull request #292 from getanteon/develop
Browse files Browse the repository at this point in the history
Update Ddosify selfhosted to 2.0.0 - Anteon rename
  • Loading branch information
fatihbaltaci committed May 1, 2024
2 parents 8954fcd + a0bb3d2 commit 4ac59e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.7.3
2.0.0
24 changes: 12 additions & 12 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- anteon

frontend:
image: ddosify/selfhosted_frontend:2.7.4
image: ddosify/selfhosted_frontend:3.0.1
depends_on:
- backend
restart: always
Expand All @@ -24,7 +24,7 @@ services:
- anteon

backend:
image: ddosify/selfhosted_backend:2.6.11
image: ddosify/selfhosted_backend:3.0.0
depends_on:
- postgres
- influxdb
Expand All @@ -41,7 +41,7 @@ services:
- '8008:8008'

backend-celery-worker:
image: ddosify/selfhosted_backend:2.6.11
image: ddosify/selfhosted_backend:3.0.0
depends_on:
- postgres
- influxdb
Expand All @@ -58,7 +58,7 @@ services:
command: /workspace/start_scripts/start_celery_worker.sh

backend-celery-beat:
image: ddosify/selfhosted_backend:2.6.11
image: ddosify/selfhosted_backend:3.0.0
depends_on:
- postgres
- influxdb
Expand All @@ -75,7 +75,7 @@ services:
command: /workspace/start_scripts/start_celery_beat.sh

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

alaz-backend-celery-worker-1:
image: ddosify/selfhosted_alaz_backend:1.0.6
image: ddosify/selfhosted_alaz_backend:2.0.0
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:1.0.6
image: ddosify/selfhosted_alaz_backend:2.0.0
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:1.0.6
image: ddosify/selfhosted_alaz_backend:2.0.0
depends_on:
- postgres
- influxdb
Expand All @@ -145,7 +145,7 @@ services:
hammermanager:
ports:
- "9901:8001"
image: ddosify/selfhosted_hammermanager:1.2.4
image: ddosify/selfhosted_hammermanager:2.0.0
depends_on:
- postgres
- rabbitmq-job
Expand All @@ -159,7 +159,7 @@ services:
command: /workspace/start_scripts/start_app.sh

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

hammermanager-celery-beat:
image: ddosify/selfhosted_hammermanager:1.2.4
image: ddosify/selfhosted_hammermanager:2.0.0
depends_on:
- postgres
- rabbitmq-job
Expand Down Expand Up @@ -267,7 +267,7 @@ services:
- ./init_scripts/influxdb:/docker-entrypoint-initdb.d
environment:
- DOCKER_INFLUXDB_INIT_MODE=setup
- DOCKER_INFLUXDB_INIT_ORG=anteon
- DOCKER_INFLUXDB_INIT_ORG=ddosify
- DOCKER_INFLUXDB_INIT_BUCKET=hammerBucket
env_file:
- .env
Expand Down

0 comments on commit 4ac59e5

Please sign in to comment.