Update newt-pangolin.yaml

This commit is contained in:
Gabriel Peralta 2025-09-13 17:31:07 -03:00 committed by GitHub
parent 4ecca2a479
commit c25e4c7057
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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