mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
soooo many changes....
This commit is contained in:
parent
8c59dbd210
commit
663ea2c5b9
26 changed files with 1484 additions and 1207 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue