mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 18:54:58 +00:00
17 lines
403 B
YAML
17 lines
403 B
YAML
services:
|
|
dispatcharr:
|
|
# build:
|
|
# context: ..
|
|
# dockerfile: docker/Dockerfile.dev
|
|
image: ghcr.io/dispatcharr/dispatcharr:dev
|
|
container_name: dispatcharr_dev
|
|
ports:
|
|
- 5656:5656
|
|
- 9191:9191
|
|
- 8001:8001
|
|
volumes:
|
|
- ../:/app
|
|
environment:
|
|
- DISPATCHARR_ENV=dev
|
|
- REDIS_HOST=localhost
|
|
- CELERY_BROKER_URL=redis://localhost:6379/0
|