coolify/templates/compose/newt-pangolin.yaml

18 lines
571 B
YAML
Raw Normal View History

2025-09-11 12:24:29 +00:00
# documentation: https://docs.digpangolin.com/manage/sites/install-site
2025-07-23 23:05:35 +00:00
# slogan: Pangolin tunnels your services to the internet so you can access anything from anywhere.
# tags: wireguard, reverse-proxy, zero-trust-network-access, open source
# logo: svgs/pangolin-logo.png
services:
newt:
image: fosrl/newt:latest
2025-07-23 23:05:35 +00:00
environment:
- 'PANGOLIN_ENDPOINT=$SERVICE_FQDN_PANGOLIN'
2025-07-23 23:05:35 +00:00
- 'NEWT_ID=${NEWT_ID}'
- 'NEWT_SECRET=${NEWT_SECRET}'
healthcheck:
test: ["CMD", "newt", "--version"]
interval: 5s
timeout: 20s
retries: 10