diff --git a/newt/compose.yaml b/newt/compose.yaml new file mode 100644 index 0000000..86d32e6 --- /dev/null +++ b/newt/compose.yaml @@ -0,0 +1,11 @@ +services: + newt: + image: fosrl/newt + container_name: newt + restart: unless-stopped + environment: + - PANGOLIN_ENDPOINT=https://pangolin.acedanger.com + - NEWT_ID=flphxeo0un62ims + - NEWT_SECRET=69tgm4ozafarl26icukvgvbfgh2r1pvib497pz1fvnp4io6s + labels: + - diun.enabled=true \ No newline at end of file