Implemented discourse LDAP draft

This commit is contained in:
2025-06-20 05:45:43 +02:00
parent 13141ac7d6
commit 1ed26ab706
7 changed files with 55 additions and 26 deletions

View File

@@ -10,13 +10,7 @@
# default setup for docker compose files
- name: docker compose up
shell: >
docker-compose -p {{ application_id }} up -d --force-recreate --remove-orphans
2>&1 | tee >(systemd-cat -t docker-compose-{{ application_id }})
shell: >
docker-compose -p {{ application_id }} up -d
--force-recreate --remove-orphans --build
2>&1 | tee >(systemd-cat -t docker-compose-{{ application_id }})
shell: docker-compose -p {{ application_id }} up -d --force-recreate --remove-orphans --build
args:
chdir: "{{ docker_compose.directories.instance }}"
executable: /bin/bash