Solved mobilizon flush docker handler bug

This commit is contained in:
2025-08-12 12:03:53 +02:00
parent 4c7ee0441e
commit 457f3659fa
4 changed files with 12 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
# General
application_id: "web-app-mastodon"
database_type: "postgres"
# Mastodon Specific
mastodon_version: "{{ applications | get_app_conf(application_id, 'docker.services.mastodon.version', True) }}"
mastodon_image: "{{ applications | get_app_conf(application_id, 'docker.services.mastodon.image', True) }}"
mastodon_name: "{{ applications | get_app_conf(application_id, 'docker.services.mastodon.name', True) }}"