You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
As outlined in #300 there is some information lacking in the deployment instructions for docker ideally it should be clarified that certain things need added into the pre-launch checklist.
mention how to modify the ALLOWED_HOSTS to django-th/docker_settings.py
consider some kind of environment variable grabbing method so that ALLOWED_HOSTS can be defined at run time via a docker-compose.yml defined environment variable.
consider adding a docker ENTRYPOINT which will help the user run the preflight installation so instructions can be simplified.
consider utilizing the postgres containers inbuilt options for creating a default user and database that can be established entirely from the docker-compose.yml variables.
add docker volume definitions so that the user's data doesn't vanish after a container reboot.
The text was updated successfully, but these errors were encountered:
## Feature Request
As outlined in #300 there is some information lacking in the deployment instructions for docker ideally it should be clarified that certain things need added into the pre-launch checklist.
Documentation update for: https://trigger-happy.readthedocs.io/en/latest/docker_guide/index.html
ALLOWED_HOSTS
to django-th/docker_settings.pyALLOWED_HOSTS
can be defined at run time via adocker-compose.yml
defined environment variable.ENTRYPOINT
which will help the user run the preflight installation so instructions can be simplified.docker-compose.yml
variables.The text was updated successfully, but these errors were encountered: