add ALLOWED_HOSTS in docker compose
This commit is contained in:
parent
1751dc98c2
commit
2e638e40a9
|
@ -6,6 +6,7 @@ services:
|
|||
environment:
|
||||
- DEBUG=true
|
||||
- DOMAIN=${DOMAIN:-localhost}
|
||||
- ALLOWED_HOSTS=${ALLOWED_HOSTS:-localhost}
|
||||
- DEMO=${DEMO:-false}
|
||||
- PREDEFINED_TOKEN=${PREDEFINED_TOKEN:-}
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue