mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:21:10 +02:00
fix(crawler): set SSL_CERT_FILE for HTTPS in Alpine container
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
68004aafa5
commit
d0ef6676b5
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ RUN apk --no-cache add ca-certificates tzdata
|
|||
|
||||
COPY --from=builder /mana-crawler /usr/local/bin/mana-crawler
|
||||
|
||||
# Ensure Go finds CA certificates for HTTPS requests
|
||||
ENV SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
EXPOSE 3023
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue