feat: add Docker/OpenTofu deployment and DE/NL routing
This commit is contained in:
Executable
+6
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
|
||||
echo "Hinweis: setup-local-germany.sh ist veraltet; richte Deutschland und Niederlande gemeinsam ein." >&2
|
||||
exec "$ROOT_DIR/scripts/setup-local-routing.sh" "$@"
|
||||
Reference in New Issue
Block a user