Solved discourse update bug

This commit is contained in:
2025-02-14 09:37:22 +01:00
parent c5de205e87
commit 3a6fc106a8
4 changed files with 13 additions and 4 deletions

View File

@@ -9,7 +9,7 @@
- name: "add central database temporary to {{application_id}}_default"
command:
cmd: "docker network connect discourse_default central-{{ database_type }}"
cmd: "docker network connect {{applications.discourse.network}} central-{{ database_type }}"
ignore_errors: true
when: enable_central_database | bool
listen: recreate discourse