mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 13:42:26 +00:00
update beelzebub (time, dest_port)
This commit is contained in:
parent
c45cda4f70
commit
67d115fc21
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ WORKDIR /root
|
|||
# Build beelzebub
|
||||
RUN git clone https://github.com/t3chn0m4g3/beelzebub && \
|
||||
cd beelzebub && \
|
||||
git checkout 17a0854b8d9d1e41cf5435b5dc85354bbfb9093c
|
||||
git checkout 0b9aba53ec1671f669d22782758142a1d411b858
|
||||
WORKDIR /root/beelzebub
|
||||
RUN go mod download
|
||||
RUN go build -o main .
|
||||
|
|
|
@ -22,7 +22,7 @@ services:
|
|||
LLM_MODEL: "ollama"
|
||||
LLM_HOST: "http://ollama.local:11434/api/chat"
|
||||
OLLAMA_MODEL: "openchat"
|
||||
image: "dtagdevsec/beelzebub:24.04"
|
||||
image: "ghcr.io/telekom-security/beelzebub:24.04.1"
|
||||
read_only: true
|
||||
volumes:
|
||||
- $HOME/tpotce/data/beelzebub/key:/opt/beelzebub/configurations/key
|
||||
|
|
Loading…
Reference in a new issue