From 496bafca1f8fc5534b022a432715e291d2f5fd90 Mon Sep 17 00:00:00 2001 From: Gabriel Peralta Date: Wed, 12 Nov 2025 11:59:36 -0300 Subject: [PATCH] Update newt-pangolin.yaml --- templates/compose/newt-pangolin.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/newt-pangolin.yaml b/templates/compose/newt-pangolin.yaml index 18183303d..7e2db3253 100644 --- a/templates/compose/newt-pangolin.yaml +++ b/templates/compose/newt-pangolin.yaml @@ -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