diff --git a/komodo/arr/newt/compose.yaml b/komodo/arr/newt/compose.yaml new file mode 100644 index 0000000..8218e22 --- /dev/null +++ b/komodo/arr/newt/compose.yaml @@ -0,0 +1,9 @@ +services: + newt: + image: fosrl/newt + container_name: newt + restart: unless-stopped + environment: + - PANGOLIN_ENDPOINT=${PANGOLIN_ENDPOINT} + - NEWT_ID=${NEWT_ID} + - NEWT_SECRET=${NEWT_SECRET} \ No newline at end of file