feature/ci (#84)

Co-authored-by: openhands <openhands@all-hands.dev>
Reviewed-on: https://codeberg.org/johba/harb/pulls/84
This commit is contained in:
johba 2026-02-02 19:24:57 +01:00
parent beefe22f90
commit 4277f19b68
41 changed files with 3149 additions and 298 deletions

View file

@ -17,7 +17,7 @@ PID_FILE=/tmp/kraiken-watcher.pid
PROJECT_NAME=${COMPOSE_PROJECT_NAME:-$(basename "$PWD")}
# Detect container runtime
if command -v docker compose &> /dev/null; then
if docker compose version &> /dev/null; then
COMPOSE_CMD="docker compose"
RUNTIME_CMD="docker"
elif command -v docker-compose &> /dev/null; then