mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
feat(service): add newt-pangolin template (#6259)
This commit is contained in:
BIN
public/svgs/pangolin-logo.png
Normal file
BIN
public/svgs/pangolin-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 33 KiB |
17
templates/compose/newt-pangolin.yaml
Normal file
17
templates/compose/newt-pangolin.yaml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user