mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-02-23 12:51:54 +01:00
6 lines
423 B
YAML
6 lines
423 B
YAML
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" |