mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
fixed volumes
This commit is contained in:
parent
7162d10903
commit
2e951d4bc0
2 changed files with 3 additions and 4 deletions
|
|
@ -7,6 +7,8 @@ services:
|
|||
container_name: dispatcharr_web
|
||||
ports:
|
||||
- 9191:9191
|
||||
volumes:
|
||||
- dispatcharr:/data
|
||||
environment:
|
||||
- DISPATHCARR_ENV=aio
|
||||
- DB_ENGINE=sqlite
|
||||
|
|
@ -14,4 +16,4 @@ services:
|
|||
- CELERY_BROKER_URL=redis://localhost:6379/0
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
dispatcharr:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,3 @@ services:
|
|||
- DB_ENGINE=sqlite
|
||||
- REDIS_HOST=localhost
|
||||
- CELERY_BROKER_URL=redis://localhost:6379/0
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue