Create newt-pangolin
This commit is contained in:
parent
3e577dbb27
commit
1c23741203
1 changed files with 19 additions and 0 deletions
19
templates/compose/newt-pangolin
Normal file
19
templates/compose/newt-pangolin
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# documentation: https://docs.fossorial.io/Getting%20Started/overview
|
||||
# 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
|
||||
container_name: newt
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- 'PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT:-domain.tld}'
|
||||
- 'NEWT_ID=${NEWT_ID}'
|
||||
- 'NEWT_SECRET=${NEWT_SECRET}'
|
||||
healthcheck:
|
||||
test: ["CMD", "newt", "--version"]
|
||||
interval: 5s
|
||||
timeout: 20s
|
||||
retries: 10
|
||||
Loading…
Reference in a new issue