|
146c2da4f3
|
Make the container run as root by default, if env variables are missing, to be backwards compatible to old setup
|
2024-11-25 23:38:37 +01:00 |
|
|
25b592ee39
|
Let container run as user and set correct restart policy
|
2024-11-23 17:06:37 +01:00 |
|
|
511dacf54a
|
Add restart policy to autostart the containers after boot
|
2024-11-23 15:27:02 +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 |
|
|
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 |
|