feat(infra): migrate
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user