mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Add template for a code sandbox to the docker-compose configuration
This commit is contained in:
parent
1fc280db35
commit
ffa7f95559
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ services:
|
|||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 5
|
||||
sandbox:
|
||||
image: ghcr.io/khoj-ai/terrarium:latest
|
||||
ports:
|
||||
- "8080:8080"
|
||||
server:
|
||||
depends_on:
|
||||
database:
|
||||
|
|
Loading…
Reference in a new issue