mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
Solved mobilizon flush docker handler bug
This commit is contained in:
parent
4c7ee0441e
commit
457f3659fa
@ -3,7 +3,7 @@ database_type: "postgres"
|
||||
|
||||
container_port: "{{ applications | get_app_conf(application_id, 'docker.services.listmonk.port', True) }}"
|
||||
|
||||
# Docker specific
|
||||
# Docker
|
||||
docker_compose_flush_handlers: false
|
||||
|
||||
# Listmonk Specific
|
||||
|
@ -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) }}"
|
||||
|
@ -1,9 +1,15 @@
|
||||
# General
|
||||
application_id: web-app-mobilizon
|
||||
container_port: 4000
|
||||
|
||||
# Database
|
||||
database_type: "postgres"
|
||||
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_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) }}"
|
||||
|
@ -2,7 +2,7 @@
|
||||
application_id: "web-app-peertube"
|
||||
database_type: "postgres"
|
||||
|
||||
# Docker Specific
|
||||
# Docker
|
||||
docker_compose_flush_handlers: true
|
||||
|
||||
# Role variables
|
||||
|
Loading…
x
Reference in New Issue
Block a user