feat(infra): migrate

This commit is contained in:
h
2026-01-21 02:38:52 +01:00
parent 35b58bac06
commit a864c8b662
2 changed files with 16 additions and 1 deletions

View File

@@ -125,6 +125,21 @@ services:
browserless:
entrypoint: [ "python" ]
migrate:
image: stealth-ai-relay/frontend
volumes:
- ./frontend:/app
- /app/node_modules
env_file:
- "frontend/.env"
- ".env"
profiles:
- migrate
networks:
database:
entrypoint: bunx
command: convex dev
convex-dashboard:
image: ghcr.io/get-convex/convex-dashboard:latest
stop_grace_period: 10s