Skip to content

Commit

Permalink
Update Anteon selfhosted to 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Aug 29, 2024
1 parent 8ec6119 commit 1f54edd
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 6 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.2
2.6.3
27 changes: 22 additions & 5 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:4.1.2
image: ddosify/selfhosted_frontend:4.1.4
depends_on:
- backend
restart: always
Expand Down Expand Up @@ -75,7 +75,7 @@ services:
command: /workspace/start_scripts/start_celery_beat.sh

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

alaz-backend-celery-worker-1:
image: ddosify/selfhosted_alaz_backend:2.3.7
image: ddosify/selfhosted_alaz_backend:2.3.11
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.3.7
image: ddosify/selfhosted_alaz_backend:2.3.11
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.3.7
image: ddosify/selfhosted_alaz_backend:2.3.11
depends_on:
- postgres
- influxdb
Expand All @@ -142,6 +142,23 @@ services:
pull_policy: always
command: /workspace/start_scripts/start_celery_beat.sh

alaz-backend-request-writer:
image: ddosify/selfhosted_alaz_backend:2.3.11
depends_on:
- postgres
- influxdb
- redis-alaz-backend
- alaz-backend
- rabbitmq
- backend
env_file:
- .env
networks:
- anteon
restart: always
pull_policy: always
command: /workspace/start_scripts/start_request_writer.sh

hammermanager:
ports:
- "9901:8001"
Expand Down

0 comments on commit 1f54edd

Please sign in to comment.