mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 18:06:30 +02:00
Add simulation runner
This commit is contained in:
parent
1edf2e0e18
commit
893f215f4c
8 changed files with 358 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue