Added taiga draft

This commit is contained in:
2024-05-25 10:57:05 +02:00
parent 963e4a82f1
commit faed4037d4
6 changed files with 263 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
---
- name: "include docker/compose/database.yml"
include_tasks: docker/compose/database.yml
- name: "include tasks nginx-docker-proxy-domain.yml"
include_tasks: nginx-docker-proxy-domain.yml
- name: "include tasks update-repository-with-docker-compose.yml"
include_tasks: update-repository-with-docker-compose.yml
- name: configure run.env
template: src=env.j2 dest={{docker_compose_instance_directory}}/.env
notify: docker compose project setup