chore(ollama): replace working dir from task to alloc
All checks were successful
Lint / lint (push) Successful in 51s
Terraform Plan and Apply / cicd (push) Successful in 53s

This commit is contained in:
Ben Martin 2025-03-29 10:47:48 +00:00
parent 01ae40762d
commit 5f20a80716
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -95,7 +95,7 @@ job "ollama" {
force_pull = true
volumes = [
"alloc/data/:/app/backend/data"
"../alloc/data/:/app/backend/data"
]
}