diff --git a/public/svgs/pangolin-logo.png b/public/svgs/pangolin-logo.png new file mode 100644 index 000000000..fb7a252d9 Binary files /dev/null and b/public/svgs/pangolin-logo.png differ diff --git a/templates/compose/newt-pangolin.yaml b/templates/compose/newt-pangolin.yaml new file mode 100644 index 000000000..7e2db3253 --- /dev/null +++ b/templates/compose/newt-pangolin.yaml @@ -0,0 +1,17 @@ +# documentation: https://docs.digpangolin.com/manage/sites/install-site +# 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 + environment: + - PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-https://pangolin.domain.tld} + - NEWT_ID=${NEWT_ID:?} + - NEWT_SECRET=${NEWT_SECRET:?} + healthcheck: + test: ["CMD", "newt", "--version"] + interval: 5s + timeout: 20s + retries: 10