Update HTTPS port configuration and add cloudflared setup in Docker Compose

This commit is contained in:
2026-04-26 15:35:29 +02:00
parent 4971bc859b
commit 45b69e5ddb
6 changed files with 56 additions and 97 deletions
+7
View File
@@ -1,4 +1,11 @@
#!/bin/bash
# Nur die App neu bauen und starten, ohne den Tunnel oder die DB zu killen
docker compose up -d --build app
# Optional: Alles aufräumen, was nicht mehr gebraucht wird
docker image prune -f
set -euo pipefail
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"