mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
Activated autoflush for EspoCRM and updated docs concerning this option
This commit is contained in:
parent
f7aab39167
commit
30d583f0c9
@ -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"
|
||||
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
|
@ -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]
|
||||
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.
|
Loading…
x
Reference in New Issue
Block a user