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

View File

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