From 2d25ede0aff4f0cbb41fcafbe07620b849fae3b3 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 26 Jul 2023 15:32:33 +0200 Subject: [PATCH] Update requirements --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f544196..ff1fd8b 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,16 @@ Dann noch ein run befehl mit: python manage.py createsuperuser im init container ### Für das deployment +taiga reads many values in config.py from env vars: +https://github.com/kaleidos-ventures/taiga-back/blob/main/docker/config.py + +Good for postgres + +Mounting a configmap with a config.py as described here: https://docs.taiga.io/setup-production.html could be interesting. A mix of both env-vars and config.py in one container is not possible. + +An example for a config.py is given here: +https://github.com/kaleidos-ventures/taiga-back/blob/main/settings/config.py.prod.example + * taiga-db * Postgres * taiga-back