Solved network bug

This commit is contained in:
2024-01-20 15:19:02 +01:00
parent cfa299410a
commit 42f4cf1867
4 changed files with 13 additions and 6 deletions

View File

@@ -63,6 +63,12 @@
- name: flush, to recreate discourse app
meta: flush_handlers
- name: "add {{discourse_application_container}} to network central_postgres"
command:
cmd: "docker network connect central_postgres {{discourse_application_container}}"
ignore_errors: true
when: enable_central_database | bool
- name: "remove central database from {{docker_compose_project_name}}_default"
command: