Optimized espocrm websocket and docker-compose

This commit is contained in:
2025-04-25 12:51:28 +02:00
parent edf2be504c
commit 4e04f882e5
5 changed files with 61 additions and 21 deletions

View File

@@ -2,4 +2,4 @@ application_id: "espocrm"
# Password for the espocrm DB user (taken from inventory applications dict)
database_password: "{{ applications[application_id].credentials.database.password }}"
# EspoCRM uses MySQL/MariaDB
database_type: "mysql"
database_type: "mariadb"