devicehub-django/docker-compose.yml

15 lines
280 B
YAML
Raw Normal View History

services:
devicehub-django:
init: true
build:
dockerfile: docker/devicehub-django.Dockerfile
environment:
2024-09-20 15:27:07 +00:00
- DEBUG=true
- DOMAIN=${DOMAIN:-localhost}
- DEMO=${DEMO:-n}
volumes:
- .:/opt/devicehub-django
ports:
- 8000:8000