fixed volumes

This commit is contained in:
kappa118 2025-03-01 18:47:44 -05:00
parent 7162d10903
commit 2e951d4bc0
2 changed files with 3 additions and 4 deletions

View file

@ -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:

View file

@ -15,6 +15,3 @@ services:
- DB_ENGINE=sqlite
- REDIS_HOST=localhost
- CELERY_BROKER_URL=redis://localhost:6379/0
volumes:
postgres_data: