mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 05:40:11 -08:00
13 lines
279 B
YAML
13 lines
279 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}
|
|
labels:
|
|
- diun.enable=true
|
|
networks: {}
|