soooo many changes....

This commit is contained in:
dekzter 2025-04-11 13:22:08 -04:00
parent 8c59dbd210
commit 663ea2c5b9
26 changed files with 1484 additions and 1207 deletions

View file

@ -11,7 +11,30 @@ services:
- 8001:8001
volumes:
- ../:/app
# - ./data/db:/data
environment:
- DISPATCHARR_ENV=dev
- REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0
pgadmin:
image: dpage/pgadmin4
environment:
PGADMIN_DEFAULT_EMAIL: admin@admin.com
PGADMIN_DEFAULT_PASSWORD: admin
volumes:
- dispatcharr_dev_pgadmin:/var/lib/pgadmin
ports:
- 8082:80
redis-commander:
image: rediscommander/redis-commander:latest
environment:
- REDIS_HOSTS=dispatcharr:dispatcharr:6379:0
- TRUST_PROXY=true
- ADDRESS=0.0.0.0
ports:
- 8081:8081
volumes:
dispatcharr_dev_pgadmin: