Solved taiga bug and adapted it to new database layout

This commit is contained in:
2025-02-05 02:09:42 +01:00
parent 8e6a383617
commit e98d18f369
6 changed files with 94 additions and 147 deletions

View File

@@ -1,4 +1,6 @@
application_id: "taiga"
database_type: "postgres"
database_password: "{{taiga_database_password}}"
repository_address: "https://github.com/taigaio/taiga-docker"
application_id: "taiga"
database_type: "postgres"
database_password: "{{taiga_database_password}}"
repository_address: "https://github.com/taigaio/taiga-docker"
email_backend: "smtp" ## use an SMTP server or display the emails in the console (either "smtp" or "console")
docker_compose_init: "{{docker_compose.directories.instance}}docker-compose-inits.yml.j2"