This commit is contained in:
Christoph Califice
2026-01-25 15:36:19 -03:00
parent f7e5ede910
commit 186e4af72f
2 changed files with 19 additions and 38 deletions

15
newt/docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=https://pangolin.sereiaguardia.com
- NEWT_ID=b35t59vydac8cxd
- NEWT_SECRET=qwpz25jmr7a8zsvmjw8to9sewr9ns7bxzlpuy5m0i2jeoujp
networks:
newt:
name: newt
driver: bridge