Go to file
Mario Hüttel d2ce635f05 Add compose setup
* Use a dedicated postgresql container as database
* Controlled via .env file
* Ecample script for interactive container startup
2024-11-17 16:37:23 +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 Add compose setup 2024-11-17 16:37:23 +01:00
.gitignore Add compose setup 2024-11-17 16:37:23 +01:00
compose.yaml Add compose setup 2024-11-17 16:37:23 +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.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