From b078fe4a343129285a90c91077797192631e3c8b Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Thu, 2 May 2024 20:10:47 +0300 Subject: [PATCH] Update Ddosify selfhosted to 2.1.1 --- selfhosted/VERSION | 2 +- selfhosted/docker-compose.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/selfhosted/VERSION b/selfhosted/VERSION index 50aea0e7..7c327287 100644 --- a/selfhosted/VERSION +++ b/selfhosted/VERSION @@ -1 +1 @@ -2.1.0 \ No newline at end of file +2.1.1 \ No newline at end of file diff --git a/selfhosted/docker-compose.yml b/selfhosted/docker-compose.yml index fad07087..d8df1f9d 100644 --- a/selfhosted/docker-compose.yml +++ b/selfhosted/docker-compose.yml @@ -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 @@ -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 @@ -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 @@ -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