mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
moving postgres database
This commit is contained in:
parent
5a8db1f95f
commit
dbee621d90
3 changed files with 25 additions and 14 deletions
|
|
@ -3,16 +3,16 @@ services:
|
|||
# build:
|
||||
# context: .
|
||||
# dockerfile: Dockerfile
|
||||
image: dispatcharr/dispatcharr:alpha-v1
|
||||
image: dispatcharr/dispatcharr:latest
|
||||
container_name: dispatcharr
|
||||
ports:
|
||||
- 9191:9191
|
||||
volumes:
|
||||
- dispatcharr_db:/app/data/db
|
||||
- dispatcharr_data:/data
|
||||
environment:
|
||||
- DISPATCHARR_ENV=aio
|
||||
- REDIS_HOST=localhost
|
||||
- CELERY_BROKER_URL=redis://localhost:6379/0
|
||||
|
||||
volumes:
|
||||
dispatcharr_db:
|
||||
dispatcharr_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue