Add GoldPi Email-Forwarder test container deploy

This commit is contained in:
DonVoo 2026-07-05 20:07:00 +02:00
parent 91e52aecd0
commit 8a6160817b
8 changed files with 143 additions and 0 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -euo pipefail
cd "$(dirname "$0")"
set -a
source ./config.env
set +a
podman rm -f "$CONTAINER_NAME" >/dev/null 2>&1 || true
podman pod rm -f "$POD_NAME" >/dev/null 2>&1 || true
echo "Runtime removed. Persistent data kept at $APP_DIR/data and $APP_DIR/backup"