mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +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
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
sandbox:
|
||||||
|
image: ghcr.io/khoj-ai/terrarium:latest
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
server:
|
server:
|
||||||
depends_on:
|
depends_on:
|
||||||
database:
|
database:
|
||||||
|
|
Loading…
Reference in a new issue