Yohan Boniface
2e2119420b
fix: run collectstatic first in Docker entrypoint
...
Otherwise when calling any other django command, when loading
umap.urls, it will try to read the static manifest, which is not
existing or not up to date yet.
2024-02-19 10:03:47 +01:00
David Larlet
875c7c4c69
fix: Do not use compress anymore for Docker image
...
Fixes #1619
2024-02-18 10:22:24 -05:00
Charles Olivier Savignac
287bb465ed
Update uwsgi.ini to prevent buffers errors with NGINX reverse proxies
2023-10-02 17:39:00 -04:00
Brian DeRocher
204db34282
Replace bash based waiting with python based django-probes.
2023-09-20 09:45:26 -04:00
Brian DeRocher
0c9d9f630e
Replace wait_for_database with depends_on and healthcheck.
2023-09-16 11:12:50 -04:00
Yohan Boniface
3856cd447b
Use layers to build Docker image
...
Better cache and lighter image, yay.
2023-06-05 15:44:32 +02:00
Yohan Boniface
76ed5b9c4f
Move docker utils under a dedicated folder
2023-06-05 12:26:50 +02:00