Skip to content

Commit

Permalink
fix: code interpreter path
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Dvorak <toomas2d@gmail.com>
  • Loading branch information
Tomas2D committed Oct 15, 2024
1 parent 21b3455 commit f4e694e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
volumes:
- k3s-containerd:/var/lib/rancher/k3s/agent/containerd
- ./infra/bee-code-interpreter/k8s:/var/lib/rancher/k3s/server/manifests
- ${CODE_INTEPRETER_TMPDIR:-./tmp/code_interpreter_source}:/storage
- ${CODE_INTEPRETER_TMPDIR:-./tmp/code_interpreter_target}:/storage
ports:
- "50051:30051"
healthcheck:
Expand Down

0 comments on commit f4e694e

Please sign in to comment.