Update requirements

This commit is contained in:
erik 2023-07-26 15:32:33 +02:00
parent 2ef1e133ec
commit 2d25ede0af

View file

@ -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