Skip to content

Commit

Permalink
Merge pull request #243 from ddosify/develop
Browse files Browse the repository at this point in the history
Update self hosted frontend and backend
  • Loading branch information
fatihbaltaci authored Nov 1, 2023
2 parents 45d5178 + b882dca commit 1b7f0eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- ddosify

frontend:
image: ddosify/selfhosted_frontend:2.3.4
image: ddosify/selfhosted_frontend:2.4.1
depends_on:
- backend
restart: always
Expand All @@ -24,7 +24,7 @@ services:
- ddosify

backend:
image: ddosify/selfhosted_backend:2.2.5
image: ddosify/selfhosted_backend:2.3.0
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.2.5
image: ddosify/selfhosted_backend:2.3.0
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.2.5
image: ddosify/selfhosted_backend:2.3.0
depends_on:
- postgres
- influxdb
Expand Down

0 comments on commit 1b7f0eb

Please sign in to comment.