Commit graph

3 commits

Author SHA1 Message Date
kisskin
ade88808fb feat: M4 docker deployment - bridge + frontend containers
Some checks failed
CI / backend (push) Failing after 37s
CI / frontend (push) Failing after 21s
- packages/bridge/Dockerfile: multi-stage build (node:22-alpine)
- frontend/Dockerfile: multi-stage build + nginx:alpine
- frontend/nginx.conf: proxy /bridge to bridge service
- docker-compose.yml: bridge (3456) + frontend (8080)
- .dockerignore: exclude backend/node_modules/dist
- Fix vite proxy target to port 3456
- .env with bridge vars (AUTH_MODE=dev)
2026-07-10 14:58:20 +03:00
kisskin
dbf290e49a feat(bridge): M2 Bridge MVP with HTTP endpoints
Some checks failed
CI / backend (push) Failing after 45s
CI / frontend (push) Failing after 44s
2026-07-10 10:20:28 +03:00
kisskin
0042fb3df0 feat(contracts): M1 shared TypeScript contracts and bridge skeleton 2026-07-10 10:16:39 +03:00