Optimized reset routine for docker images and specially discourse

This commit is contained in:
2025-08-15 21:35:45 +02:00
parent e3b09e7f1a
commit 03564b34bb
15 changed files with 61 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ address = "0.0.0.0:{{ container_port }}"
# Database.
[db]
host = "{{ database_host }}"
port = {{database_port}}
port = {{ database_port }}
user = "{{ database_username }}"
password = "{{ database_password }}"