Add template for a code sandbox to the docker-compose configuration

This commit is contained in:
sabaimran 2024-11-01 11:50:58 -07:00
parent 1fc280db35
commit ffa7f95559

View file

@ -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: