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: