fix(ci): Use external network + pre-create breakpilot-network
Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-bqas (push) Successful in 30s
CI / deploy-hetzner (push) Failing after 15s
CI / test-go-consent (push) Successful in 33s
CI / test-python-voice (push) Successful in 35s

Network already exists from compliance project — use external: true
and pre-create with docker network create before docker compose up.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Benjamin Admin
2026-03-11 20:01:17 +01:00
parent c0782e0039
commit 963e824328
2 changed files with 5 additions and 2 deletions

View File

@@ -203,7 +203,10 @@ jobs:
fi fi
" "
# 3. Build + Deploy via Helper-Container # 3. Shared Network erstellen (falls noch nicht vorhanden)
docker network create breakpilot-network 2>/dev/null || true
# 4. Build + Deploy via Helper-Container
echo "" echo ""
echo "=== Building + Deploying ===" echo "=== Building + Deploying ==="
docker run --rm \ docker run --rm \

View File

@@ -16,7 +16,7 @@
networks: networks:
breakpilot-network: breakpilot-network:
external: false external: true
name: breakpilot-network name: breakpilot-network
services: services: