feat(newt): add newt stack

This commit is contained in:
2026-01-24 16:49:20 +01:00
parent e413dfea3c
commit 5e60db2e90
2 changed files with 13 additions and 0 deletions

View 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