|
8a8f2cdea4
|
Fix typo in comment
|
2024-11-17 20:08:53 +01:00 |
|
|
66f4eea77d
|
Update env file example to contain Volume mount point for DB folder
|
2024-11-17 19:36:27 +01:00 |
|
|
561b2aed27
|
Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup
|
2024-11-17 19:10:28 +01:00 |
|
|
a59fad4866
|
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 |
|
|
144a65ee05
|
Fix typo in eample env file
|
2024-11-17 16:52:18 +01:00 |
|
|
fc5fa9f740
|
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 |
|
|
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 |
|
|
64d0a1bfb3
|
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 |
|
|
b057fedb5f
|
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 |
|