67869bc6f5
as an alternative to the randomly generated, which is also possible when no predefined_token is defined also update .env.example vars
16 lines
327 B
YAML
16 lines
327 B
YAML
services:
|
|
devicehub-django:
|
|
init: true
|
|
build:
|
|
dockerfile: docker/devicehub-django.Dockerfile
|
|
environment:
|
|
- DEBUG=true
|
|
- DOMAIN=${DOMAIN:-localhost}
|
|
- DEMO=${DEMO:-n}
|
|
- PREDEFINED_TOKEN=${PREDEFINED_TOKEN:-}
|
|
volumes:
|
|
- .:/opt/devicehub-django
|
|
ports:
|
|
- 8000:8000
|
|
|