From 0d461e1218e02e33caf481f77edd9ec65f953562 Mon Sep 17 00:00:00 2001 From: Gabriel Peralta Date: Mon, 11 Aug 2025 10:22:12 -0300 Subject: [PATCH] Update and rename newt-pangolin to newt-pangolin.yaml --- templates/compose/{newt-pangolin => newt-pangolin.yaml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename templates/compose/{newt-pangolin => newt-pangolin.yaml} (78%) diff --git a/templates/compose/newt-pangolin b/templates/compose/newt-pangolin.yaml similarity index 78% rename from templates/compose/newt-pangolin rename to templates/compose/newt-pangolin.yaml index 1e52330f9..695766887 100644 --- a/templates/compose/newt-pangolin +++ b/templates/compose/newt-pangolin.yaml @@ -5,11 +5,9 @@ services: newt: - image: fosrl/newt - container_name: newt - restart: unless-stopped + image: fosrl/newt:latest environment: - - 'PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-domain.tld}' + - 'PANGOLIN_ENDPOINT=$SERVICE_FQDN_PANGOLIN' - 'NEWT_ID=${NEWT_ID}' - 'NEWT_SECRET=${NEWT_SECRET}' healthcheck: