newt_compose.yml hinzugefügt

This commit is contained in:
2025-02-17 21:35:46 +00:00
parent 3bff3d08de
commit b7c1d5567f

14
newt_compose.yml Normal file
View File

@@ -0,0 +1,14 @@
services:
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=https://pangolin.sendnrw.de
- NEWT_ID=
- NEWT_SECRET=
networks:
- traefik-net
networks:
traefik-net:
external: true