Files
docker/newt/compose.yml
2025-07-30 19:35:32 -04:00

14 lines
307 B
YAML

services:
newt:
image: fosrl/newt
container_name: newt
restart: unless-stopped
environment:
- PANGOLIN_ENDPOINT=https://pangolin.acedanger.com
- NEWT_ID=${NEWT_ID}
- NEWT_SECRET=${NEWT_SECRET}
- ACCEPT_CLIENTS=true
labels:
- diun.enable=true
networks: {}