update beelzebub for golang 1.23

- harden image
This commit is contained in:
t3chn0m4g3
2024-11-14 17:12:55 +01:00
parent 422123139d
commit 521d551b08
3 changed files with 48 additions and 19 deletions

View File

@ -19,9 +19,9 @@ services:
- "3306:3306"
- "8080:8080"
environment:
LLMMODEL: "ollama"
LLMHOST: "http://ollama.local:11434/api/chat"
OLLAMAMODEL: "openchat"
LLM_MODEL: "ollama"
LLM_HOST: "http://ollama.local:11434/api/chat"
OLLAMA_MODEL: "openchat"
image: "dtagdevsec/beelzebub:24.04"
read_only: true
volumes: