mirror of
https://github.com/acedanger/docker.git
synced 2025-12-05 22:50:17 -08:00
14 lines
307 B
YAML
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: {}
|