Go to file
2024-11-17 17:33:45 +01:00
shimatta_kenkyusho Add optional env variable DJANGO_FORCE_DEV_MODE to force production settings to dev mode for debugging 2024-11-17 16:34:58 +01:00
.dockerignore tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00
.env.example Fix typo in eample env file 2024-11-17 16:52:18 +01:00
.gitignore Add compose setup 2024-11-17 16:37:23 +01:00
compose.yaml Fix startup issue with postgres on first start. Implement health check of postgres and delay django container until it's healthy. 2024-11-17 16:50:10 +01:00
Dockerfile tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00
entrypoint_self_hosted.sh Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files 2024-11-17 17:33:45 +01:00
entrypoint.sh Make gunicorn listen to all incoming IPs on Port 8000. This is necessary to use a spearate net with the postgres container. 2024-11-17 16:36:36 +01:00
requirements.txt tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00
start_docker_compose_interactive.sh Add compose setup 2024-11-17 16:37:23 +01:00
start_server.sh tinkered around to get this app running inside a container using alpine and socket based psql 2023-12-10 23:09:33 +01:00