2022-01-18 19:08:45 +01:00
|
|
|
---
|
2024-01-19 15:12:18 +01:00
|
|
|
- name: "include docker/compose/database.yml"
|
|
|
|
include_tasks: docker/compose/database.yml
|
2023-12-31 11:14:18 +01:00
|
|
|
|
2024-01-02 21:13:34 +01:00
|
|
|
- name: "include tasks nginx-docker-proxy-domain.yml"
|
|
|
|
include_tasks: nginx-docker-proxy-domain.yml
|
|
|
|
|
2023-12-30 15:22:18 +01:00
|
|
|
- name: "include tasks update-repository-with-docker-compose.yml"
|
|
|
|
include_tasks: update-repository-with-docker-compose.yml
|
2022-01-18 19:08:45 +01:00
|
|
|
|
|
|
|
- name: configure run.env
|
2023-12-05 18:45:26 +01:00
|
|
|
template: src=run.env.j2 dest={{docker_compose_instance_directory}}/env/run.env
|
2023-12-30 15:22:18 +01:00
|
|
|
notify: docker compose project setup
|