This commit is contained in:
t3chn0m4g3 2025-01-06 17:54:17 +01:00
parent 9fcc4cc1ad
commit c45cda4f70
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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"