mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
updated names
This commit is contained in:
parent
fedc0d679f
commit
b9f191d0c2
2 changed files with 6 additions and 6 deletions
|
|
@ -1,17 +1,17 @@
|
|||
services:
|
||||
web:
|
||||
dispatcharr:
|
||||
# build:
|
||||
# context: ..
|
||||
# dockerfile: docker/Dockerfile.dev
|
||||
image: dispatcharr/dispatcharr:dev
|
||||
container_name: dispatcharr_web
|
||||
image: dispatcharr/dispatcharr
|
||||
container_name: dispatcharr_dev
|
||||
ports:
|
||||
- "5656:5656"
|
||||
- 9191:9191
|
||||
volumes:
|
||||
- ../:/app
|
||||
environment:
|
||||
- DISPATHCARR_ENV=dev
|
||||
- DISPATCHARR_ENV=dev
|
||||
- DB_ENGINE=sqlite
|
||||
- REDIS_HOST=localhost
|
||||
- CELERY_BROKER_URL=redis://localhost:6379/0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue