feat(ift): EventHub AI Router stack for Zed
FastAPI gateway with A/B/C lane orchestration, LiteLLM proxy config, Swarm stack (postgres, redis, VPN off-by-default), deploy/smoke/audit scripts.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
FROM docker:27-cli
|
||||
|
||||
RUN apk add --no-cache curl bash
|
||||
|
||||
COPY vpn-watchdog.sh /usr/local/bin/vpn-watchdog.sh
|
||||
RUN chmod +x /usr/local/bin/vpn-watchdog.sh
|
||||
|
||||
CMD ["/usr/local/bin/vpn-watchdog.sh"]
|
||||
Reference in New Issue
Block a user