change local ip to dns name

This commit is contained in:
2026-04-16 12:36:25 +02:00
parent 60d739129d
commit 8f6da872bb
6 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@ $ErrorActionPreference = "Stop"
# ── PROJECTCONFIGURATIE — pas alleen dit blok aan voor een nieuw project ──
# ════════════════════════════════════════════════════════════════════════════
$appName = "VibeFinance"
$registry = "10.0.3.108:3000/vibe"
$registry = "vibehoogie.duckdns.org/vibe"
$backendImage = "vibefinance-backend"
$frontendImage = "vibefinance-frontend"
$apiUrl = "/api"