Implemented espocrm draft

This commit is contained in:
2025-04-25 12:34:09 +02:00
parent 79d6a68dc1
commit edf2be504c
12 changed files with 201 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
- name: "include docker-central-database"
include_role:
name: docker-central-database
- name: "copy docker-compose.yml and env file"
include_tasks: copy-docker-compose-and-env.yml
- name: flush docker service
meta: flush_handlers
when: applications.espocrm.setup | bool
- name: "run database setup / upgrade"
command:
cmd: "docker compose run --rm web php command.php upgrade"
chdir: "{{ docker_compose.directories.instance }}"
when: applications.espocrm.setup | bool