mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
6 lines
428 B
YAML
6 lines
428 B
YAML
docker_compose_instance_directory: "{{path_docker_compose_instances}}mastodon/"
|
|
database_instance: "mastodon"
|
|
database_host: "database"
|
|
database_databasename: "postgres" # todo: Change this to standart name scheme for future setups
|
|
database_username: "postgres" # todo: Change this to standart name scheme for future setups
|
|
database_password: "" # todo: Change this to standart name scheme for future setups |