From c25e4c705798017a1625d8bc5699dd45364bbbd2 Mon Sep 17 00:00:00 2001 From: Gabriel Peralta Date: Sat, 13 Sep 2025 17:31:07 -0300 Subject: [PATCH] Update newt-pangolin.yaml --- templates/compose/newt-pangolin.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/compose/newt-pangolin.yaml b/templates/compose/newt-pangolin.yaml index 96e8da979..18183303d 100644 --- a/templates/compose/newt-pangolin.yaml +++ b/templates/compose/newt-pangolin.yaml @@ -7,9 +7,9 @@ services: newt: image: fosrl/newt:latest environment: - - 'PANGOLIN_ENDPOINT=$SERVICE_FQDN_PANGOLIN' - - 'NEWT_ID=${NEWT_ID}' - - 'NEWT_SECRET=${NEWT_SECRET}' + - PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-https://pangolin.domain.tld} + - NEWT_ID=${NEWT_ID:-2ix2t8xk22ubpfy} + - NEWT_SECRET=${NEWT_SECRET:-nnisrfsdfc7prqsp9ewo1dvtvci50j5uiqotez00dgap0ii2} healthcheck: test: ["CMD", "newt", "--version"] interval: 5s