From 8ec61196f1266637bc3e2fb6512dd31f52875882 Mon Sep 17 00:00:00 2001 From: fatihbaltaci Date: Thu, 29 Aug 2024 14:31:25 +0300 Subject: [PATCH] Update Anteon selfhosted to 2.6.2 --- selfhosted/VERSION | 2 +- selfhosted/docker-compose.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/selfhosted/VERSION b/selfhosted/VERSION index b8d12d73..d5724cd4 100644 --- a/selfhosted/VERSION +++ b/selfhosted/VERSION @@ -1 +1 @@ -2.6.1 \ No newline at end of file +2.6.2 \ No newline at end of file diff --git a/selfhosted/docker-compose.yml b/selfhosted/docker-compose.yml index 69307dd7..08354117 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.3.6 + image: ddosify/selfhosted_alaz_backend:2.3.7 depends_on: - postgres - influxdb @@ -92,7 +92,7 @@ services: - '8009:8008' alaz-backend-celery-worker-1: - image: ddosify/selfhosted_alaz_backend:2.3.6 + image: ddosify/selfhosted_alaz_backend:2.3.7 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.3.6 + image: ddosify/selfhosted_alaz_backend:2.3.7 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.3.6 + image: ddosify/selfhosted_alaz_backend:2.3.7 depends_on: - postgres - influxdb