Use GHCR image for relay compose so seed VPS pulls published builds.

Seed relay nodes should track CI-published backend images instead of local builds that fail without full monorepo context.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
BigBodyCobain
2026-06-11 10:39:46 -06:00
parent df76f6f147
commit d48a0cdace
+1 -3
View File
@@ -1,9 +1,7 @@
# Minimal relay-node compose — backend only, no frontend needed.
services:
backend:
build:
context: .
dockerfile: ./backend/Dockerfile
image: ghcr.io/bigbodycobain/shadowbroker-backend:latest
container_name: shadowbroker-relay
ports:
- "127.0.0.1:8000:8000"