Solved mobilizon flush docker handler bug

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-12 12:03:53 +02:00
parent 4c7ee0441e
commit 457f3659fa
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 12 additions and 3 deletions

View File

@ -3,7 +3,7 @@ database_type: "postgres"
container_port: "{{ applications | get_app_conf(application_id, 'docker.services.listmonk.port', True) }}" container_port: "{{ applications | get_app_conf(application_id, 'docker.services.listmonk.port', True) }}"
# Docker specific # Docker
docker_compose_flush_handlers: false docker_compose_flush_handlers: false
# Listmonk Specific # Listmonk Specific

View File

@ -1,5 +1,8 @@
# General
application_id: "web-app-mastodon" application_id: "web-app-mastodon"
database_type: "postgres" database_type: "postgres"
# Mastodon Specific
mastodon_version: "{{ applications | get_app_conf(application_id, 'docker.services.mastodon.version', True) }}" 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_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) }}" mastodon_name: "{{ applications | get_app_conf(application_id, 'docker.services.mastodon.name', True) }}"

View File

@ -1,9 +1,15 @@
# General
application_id: web-app-mobilizon application_id: web-app-mobilizon
container_port: 4000
# Database
database_type: "postgres" database_type: "postgres"
postgres_gis_enabled: true postgres_gis_enabled: true
container_port: 4000 # Docker
docker_compose_flush_handlers: false
# Mobilizon
mobilizon_host_conf_exs_file: "{{docker_compose.directories.config}}config.exs" mobilizon_host_conf_exs_file: "{{docker_compose.directories.config}}config.exs"
mobilizon_version: "{{ applications | get_app_conf(application_id, 'docker.services.mobilizon.version', True) }}" mobilizon_version: "{{ applications | get_app_conf(application_id, 'docker.services.mobilizon.version', True) }}"
mobilizon_image: "{{ applications | get_app_conf(application_id, 'docker.services.mobilizon.image', True) }}" mobilizon_image: "{{ applications | get_app_conf(application_id, 'docker.services.mobilizon.image', True) }}"

View File

@ -2,7 +2,7 @@
application_id: "web-app-peertube" application_id: "web-app-peertube"
database_type: "postgres" database_type: "postgres"
# Docker Specific # Docker
docker_compose_flush_handlers: true docker_compose_flush_handlers: true
# Role variables # Role variables