Added nbetwork bound for discourse and central-postgres

This commit is contained in:
Kevin Veen-Birkenbach 2025-02-13 14:17:04 +01:00
parent 998f4e383d
commit c5de205e87

View File

@ -130,6 +130,7 @@ def update_discourse(directory):
if git_pull():
print("Start Discourse update procedure.")
update_procedure("docker stop {{applications.discourse.container}}")
update_procedure("docker network connect discourse_default central-postgres")
update_procedure("./launcher rebuild {{applications.discourse.container}}")
else:
print("Discourse update skipped. No changes in git repository.")