Skip to content

Commit

Permalink
Update self hosted version to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Feb 2, 2024
1 parent c69cc56 commit b830ea5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion selfhosted/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.4
1.5.5
6 changes: 3 additions & 3 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ services:
- ddosify

backend:
image: ddosify/selfhosted_backend:2.4.2
image: ddosify/selfhosted_backend:2.4.4
depends_on:
- postgres
- influxdb
Expand All @@ -39,7 +39,7 @@ services:
command: /workspace/start_scripts/start_app_onprem.sh

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

backend-celery-beat:
image: ddosify/selfhosted_backend:2.4.2
image: ddosify/selfhosted_backend:2.4.4
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit b830ea5

Please sign in to comment.