docker: remove dead utilities, fix cmdeploy run using wrong config path

Remove no longer needed docker/files/update_ini.sh and docker/cm_ini_to_env.py.
Fix cmdeploy run not receiving --config.
Document env files
This commit is contained in:
j4n
2026-02-16 16:15:18 +01:00
parent a48552d69e
commit 0edff3205f
4 changed files with 2 additions and 164 deletions

View File

@@ -53,7 +53,7 @@ mkdir -p "$(dirname "$CHATMAIL_INI")"
$CMDEPLOY init --config "$CHATMAIL_INI" $MAIL_DOMAIN || true
export CMDEPLOY_STAGES="${CMDEPLOY_STAGES:-configure,activate}"
$CMDEPLOY run --ssh-host @docker
$CMDEPLOY run --config "$CHATMAIL_INI" --ssh-host @docker
echo "ForwardToConsole=yes" >> /etc/systemd/journald.conf
systemctl restart systemd-journald