diff --git a/roles/web-app-espocrm/vars/main.yml b/roles/web-app-espocrm/vars/main.yml index 2875c609..bfceee64 100644 --- a/roles/web-app-espocrm/vars/main.yml +++ b/roles/web-app-espocrm/vars/main.yml @@ -1,6 +1,7 @@ -application_id: "espocrm" -database_type: "mariadb" -ws_path: "/ws" -ws_port: "{{ ports.localhost.websocket[application_id] }}" -client_max_body_size: "100m" -vhost_flavour: "ws_generic" \ No newline at end of file +application_id: "espocrm" +database_type: "mariadb" +ws_path: "/ws" +ws_port: "{{ ports.localhost.websocket[application_id] }}" +client_max_body_size: "100m" +vhost_flavour: "ws_generic" +docker_compose_flush_handlers: true \ No newline at end of file diff --git a/templates/roles/web-app/vars/main.yml.j2 b/templates/roles/web-app/vars/main.yml.j2 index 14a7fdba..74aa78a7 100644 --- a/templates/roles/web-app/vars/main.yml.j2 +++ b/templates/roles/web-app/vars/main.yml.j2 @@ -1,2 +1,3 @@ -application_id: {{ application_id }} # ID of the application, should be the name of the role folder -database_type: 0 # Database type [postgres, mariadb] \ No newline at end of file +application_id: {{ application_id }} # ID of the application, should be the name of the role folder +database_type: 0 # Database type [postgres, mariadb] +docker_compose_flush_handlers: true # When this is set to true an auto-flush after the docker-compose.yml, and env deploy is triggered, otherwise you have todo it manual. \ No newline at end of file