mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
19 lines
413 B
YAML
19 lines
413 B
YAML
services:
|
|
dispatcharr:
|
|
# build:
|
|
# context: ..
|
|
# dockerfile: docker/Dockerfile.alpine
|
|
image: dispatcharr/dispatcharr
|
|
container_name: dispatcharr
|
|
ports:
|
|
- 9191:9191
|
|
volumes:
|
|
- dispatcharr:/data
|
|
environment:
|
|
- DISPATHCARR_ENV=aio
|
|
- DB_ENGINE=sqlite
|
|
- REDIS_HOST=localhost
|
|
- CELERY_BROKER_URL=redis://localhost:6379/0
|
|
|
|
volumes:
|
|
dispatcharr:
|