feat(newt): add newt stack
This commit is contained in:
3
compose/newt/.env.example
Normal file
3
compose/newt/.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
PANGOLIN_ENDPOINT="https://pangolin.your.domain"
|
||||
NEWT_ID="##########"
|
||||
NEWT_SECRET="#######################"
|
||||
10
compose/newt/docker-compose.yml
Normal file
10
compose/newt/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
newt:
|
||||
image: fosrl/newt
|
||||
container_name: newt
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
PANGOLIN_ENDPOINT: "${PANGOLIN_ENDPOINT:?}"
|
||||
NEWT_ID: "${NEWT_ID:?}"
|
||||
NEWT_SECRET: "${NEWT_SECRET:?}"
|
||||
network_mode: host
|
||||
Reference in New Issue
Block a user