Update newt-pangolin.yaml

This commit is contained in:
Gabriel Peralta 2025-11-12 11:59:36 -03:00 committed by GitHub
parent c25e4c7057
commit 496bafca1f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,8 +8,8 @@ services:
image: fosrl/newt:latest
environment:
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-https://pangolin.domain.tld}
- NEWT_ID=${NEWT_ID:-2ix2t8xk22ubpfy}
- NEWT_SECRET=${NEWT_SECRET:-nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2}
- NEWT_ID=${NEWT_ID:?}
- NEWT_SECRET=${NEWT_SECRET:?}
healthcheck:
test: ["CMD", "newt", "--version"]
interval: 5s