Activated autoflush for EspoCRM and updated docs concerning this option

This commit is contained in:
2025-07-14 13:22:02 +02:00
parent f7aab39167
commit 30d583f0c9
2 changed files with 10 additions and 8 deletions

View File

@@ -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