General optimations and debugging

This commit is contained in:
2025-07-08 13:50:23 +02:00
parent cb29a479b3
commit 36ff93e64e
69 changed files with 425 additions and 290 deletions

View File

@@ -8,7 +8,7 @@
listen: recreate discourse
- name: "add central database temporary to {{application_id}}_default"
command: docker network connect {{applications[application_id].network}} central-{{ database_type }}
command: docker network connect {{applications[application_id].network}} {{ database_host }}
failed_when: >
result.rc != 0 and
'already exists in network' not in result.stderr