mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Replaced get_domain with get_url
This commit is contained in:
@@ -5,7 +5,7 @@ application_id: "web-app-espocrm"
|
||||
database_type: "mariadb"
|
||||
|
||||
# Webserver
|
||||
location_ws: "/ws"
|
||||
location_ws: "/ws"
|
||||
ws_port: "{{ ports.localhost.websocket[application_id] }}"
|
||||
client_max_body_size: "100m"
|
||||
vhost_flavour: "ws_generic"
|
||||
@@ -15,4 +15,5 @@ espocrm_version: "{{ applications | get_app_conf(application_id,
|
||||
espocrm_image: "{{ applications | get_app_conf(application_id, 'docker.services.espocrm.image', True) }}"
|
||||
espocrm_name: "{{ applications | get_app_conf(application_id, 'docker.services.espocrm.name', True) }}"
|
||||
espocrm_volume: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
|
||||
espocrm_config_file: "/var/www/html/data/config-internal.php"
|
||||
espocrm_config_file: "/var/www/html/data/config-internal.php"
|
||||
espocrm_url: "{{ domains | get_url(application_id, WEB_PROTOCOL) }}"
|
Reference in New Issue
Block a user