devicehub-django/docker-compose.yml

14 lines
256 B
YAML

services:
devicehub-django:
init: true
build:
dockerfile: docker/devicehub-django.Dockerfile
environment:
- DEBUG=true
- DOMAIN=${DOMAIN:-localhost}
volumes:
- .:/opt/devicehub-django
ports:
- 8000:8000