Add Pangolin and newt agent

This commit is contained in:
2026-04-29 21:18:03 +05:30
parent 44ecb565b7
commit 310d542630
3 changed files with 121 additions and 0 deletions
+10
View File
@@ -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