mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
Fixes #1727
This commit is contained in:
parent
9fcc4cc1ad
commit
c45cda4f70
2 changed files with 3 additions and 2 deletions
|
@ -16,7 +16,8 @@ go build -o galah ./cmd/galah
|
||||||
EOF
|
EOF
|
||||||
#
|
#
|
||||||
FROM alpine:3.20
|
FROM alpine:3.20
|
||||||
RUN apk --no-cache -U upgrade
|
RUN apk --no-cache -U upgrade && \
|
||||||
|
apk --no-cache -U add openssl
|
||||||
COPY --from=builder /opt/galah/ /opt/galah/
|
COPY --from=builder /opt/galah/ /opt/galah/
|
||||||
#
|
#
|
||||||
# Start galah
|
# Start galah
|
||||||
|
|
|
@ -17,7 +17,7 @@ services:
|
||||||
- "443:443"
|
- "443:443"
|
||||||
- "8443:8443"
|
- "8443:8443"
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
image: dtagdevsec/galah:24.04
|
image: ghcr.io/telekom-security/galah:24.04.1
|
||||||
environment:
|
environment:
|
||||||
LLM_PROVIDER: "ollama"
|
LLM_PROVIDER: "ollama"
|
||||||
LLM_SERVER_URL: "http://ollama.local:11434"
|
LLM_SERVER_URL: "http://ollama.local:11434"
|
||||||
|
|
Loading…
Reference in a new issue