mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved mobilizon flush docker handler bug
This commit is contained in:
		| @@ -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) }}" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user