Add simulation runner

This commit is contained in:
arkml 2025-02-17 23:00:15 +05:30 committed by GitHub
parent 1edf2e0e18
commit 893f215f4c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 358 additions and 0 deletions

View file

@ -60,6 +60,16 @@ services:
- SIGNING_SECRET=${SIGNING_SECRET}
restart: unless-stopped
simulation_runner:
build:
context: ./apps/simulation_runner
dockerfile: Dockerfile
environment:
- MONGODB_URI=${MONGODB_CONNECTION_STRING}
- ROWBOAT_API_HOST=http://rowboat:3000
- OPENAI_API_KEY=${OPENAI_API_KEY}
restart: unless-stopped
docs:
build:
context: ./apps/docs