13 lines
219 B
YAML
13 lines
219 B
YAML
|
services:
|
||
|
devicehub-django:
|
||
|
init: true
|
||
|
build:
|
||
|
dockerfile: docker/devicehub-django.Dockerfile
|
||
|
environment:
|
||
|
DEBUG: true
|
||
|
volumes:
|
||
|
- .:/opt/devicehub-django
|
||
|
ports:
|
||
|
- 8000:8000
|
||
|
|