Host config value is overridden and not very useful in the first place #65
Labels
No labels
bug
enhancement
good first issue
halted
help wanted
security
wait for upstream
wait to be tested
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: b3yond/ticketfrei#65
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Author: @b3yond Posted at: 06.11.2018 17:55
This happens on the envs branch, with the docker containers.
Expected behavior
The HOST env variable from the .env file is used in the containers.
Actual Behavior
docker exec -ti docker-ticketfrei_backend_1 python3 config.pyreturnshost=0.0.0.0, even if I assigned a real domain.To Reproduce
Steps to reproduce the behavior:
HOST=domainto .envdocker-compose up -ddocker exec -ti docker-ticketfrei_backend_1 python3 config.pyhost=0.0.0.0Screenshots

Additional context
I'm testing the envs branch. #64
Author: @b3yond Posted at: 07.11.2018 00:51
Apparently the host is only set in the frontend container, but I checked it in the backend container. In the frontend container it's fine.