Merge branch 'develop' of https://github.com/TandoorRecipes/recipes into develop

This commit is contained in:
vabene1111
2025-08-16 10:55:59 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ spec:
source venv/bin/activate
echo "Updating database"
python manage.py migrate
python manage.py collectstatic_js_reverse
python manage.py collectstatic --noinput
echo "Setting media file attributes"
chown -R 65534:65534 /opt/recipes/mediafiles

View File

@@ -6,7 +6,7 @@
## K8s Setup
This is a setup which should be sufficient for production use. Be sure to replace the default secrets!
This is a setup which should be sufficient for production use. Be sure to replace the default secrets! You can find the example files [here](https://github.com/MyDigitalLife/recipes/tree/fix-k8s-documentation/docs/install/k8s) on Github.
## Files