mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 10:45:27 +00:00
18 lines
398 B
YAML
18 lines
398 B
YAML
services:
|
|
dispatcharr:
|
|
# build:
|
|
# context: .
|
|
# dockerfile: Dockerfile
|
|
image: ghcr.io/dispatcharr/dispatcharr:latest
|
|
container_name: dispatcharr
|
|
ports:
|
|
- 9191:9191
|
|
volumes:
|
|
- dispatcharr_data:/data
|
|
environment:
|
|
- DISPATCHARR_ENV=aio
|
|
- REDIS_HOST=localhost
|
|
- CELERY_BROKER_URL=redis://localhost:6379/0
|
|
|
|
volumes:
|
|
dispatcharr_data:
|