summaryrefslogtreecommitdiffhomepage
path: root/bin/up-frontend
diff options
context:
space:
mode:
Diffstat (limited to 'bin/up-frontend')
-rwxr-xr-xbin/up-frontend8
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/up-frontend b/bin/up-frontend
new file mode 100755
index 0000000..82b4523
--- /dev/null
+++ b/bin/up-frontend
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+set -euo pipefail
+
+SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
+PROJECT_DIR="$(dirname "$SCRIPT_DIR")"
+
+# Frontend has no secrets — start frontend service only
+sudo docker compose -f "$PROJECT_DIR/docker-compose.yml" up frontend "$@"