Skip to content

Commit

Permalink
Merge pull request #315 from getanteon/develop
Browse files Browse the repository at this point in the history
Update Anteon selfhosted to 2.5.0
  • Loading branch information
fatihbaltaci authored Jul 28, 2024
2 parents eba1073 + 92e03ac commit 311f2e6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.1
2.5.0
16 changes: 8 additions & 8 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:3.3.1
image: ddosify/selfhosted_frontend:4.0.0
depends_on:
- backend
restart: always
Expand All @@ -24,7 +24,7 @@ services:
- anteon

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

backend-celery-worker:
image: ddosify/selfhosted_backend:3.2.6
image: ddosify/selfhosted_backend:3.2.7
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:3.2.6
image: ddosify/selfhosted_backend:3.2.7
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:2.2.3
image: ddosify/selfhosted_alaz_backend:2.2.4
depends_on:
- postgres
- influxdb
Expand All @@ -92,7 +92,7 @@ services:
- '8009:8008'

alaz-backend-celery-worker-1:
image: ddosify/selfhosted_alaz_backend:2.2.3
image: ddosify/selfhosted_alaz_backend:2.2.4
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.2.3
image: ddosify/selfhosted_alaz_backend:2.2.4
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.2.3
image: ddosify/selfhosted_alaz_backend:2.2.4
depends_on:
- postgres
- influxdb
Expand Down
2 changes: 2 additions & 0 deletions selfhosted/nginx/default_reverseproxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ upstream alaz-backend {
server {
listen 80;
client_max_body_size 96M;
http2_max_field_size 64k;
http2_max_header_size 512k;

location / {
proxy_pass http://frontend;
Expand Down

0 comments on commit 311f2e6

Please sign in to comment.