Add Pangolin and newt agent
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
newt:
|
||||
container_name: newt
|
||||
image: fosrl/newt:1.12.2
|
||||
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