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.
|
2026-04-06 16:21:58 +00:00
|
|
|
# category: proxy
|
2025-07-23 23:05:35 +00:00
|
|
|
# tags: wireguard, reverse-proxy, zero-trust-network-access, open source
|
|
|
|
|
# logo: svgs/pangolin-logo.png
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
newt:
|
2025-08-11 13:22:12 +00:00
|
|
|
image: fosrl/newt:latest
|
2025-07-23 23:05:35 +00:00
|
|
|
environment:
|
2025-09-13 20:31:07 +00:00
|
|
|
- PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-https://pangolin.domain.tld}
|
2025-11-12 14:59:36 +00:00
|
|
|
- NEWT_ID=${NEWT_ID:?}
|
|
|
|
|
- NEWT_SECRET=${NEWT_SECRET:?}
|
2025-07-23 23:05:35 +00:00
|
|
|
healthcheck:
|
|
|
|
|
test: ["CMD", "newt", "--version"]
|
|
|
|
|
interval: 5s
|
|
|
|
|
timeout: 20s
|
|
|
|
|
retries: 10
|