Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihbaltaci committed Mar 18, 2024
1 parent 61f595b commit d471d3e
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions selfhosted/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-backend
- seaweedfs
env_file:
- .env
Expand All @@ -43,7 +43,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-backend
- seaweedfs
- backend
- rabbitmq-celery-backend
Expand All @@ -60,7 +60,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-backend
- seaweedfs
- backend
- rabbitmq-celery-backend
Expand All @@ -77,7 +77,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-backend
- backend
env_file:
- .env
Expand All @@ -92,7 +92,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-alaz-backend
- alaz-backend
- rabbitmq-celery-backend
- backend
Expand All @@ -109,7 +109,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-alaz-backend
- alaz-backend
- rabbitmq-celery-backend
- backend
Expand All @@ -126,7 +126,7 @@ services:
depends_on:
- postgres
- influxdb
- redis
- redis-alaz-backend
- alaz-backend
- rabbitmq-celery-backend
- backend
Expand Down Expand Up @@ -273,10 +273,18 @@ services:
- ddosify
restart: always

redis:
redis-backend:
image: "redis:7.2.4"
volumes:
- redis_data:/data
- redis_backend_data:/data
networks:
- ddosify
restart: always

redis-alaz-backend:
image: "redis:7.2.4"
volumes:
- redis_alaz_backend_data:/data
networks:
- ddosify
restart: always
Expand Down Expand Up @@ -307,7 +315,8 @@ services:
volumes:
postgres_data:
influxdb_data:
redis_data:
redis_backend_data:
redis_alaz_backend_data:
seaweedfs_data:
hammer_id:
hammerdebug_id:
Expand Down

0 comments on commit d471d3e

Please sign in to comment.