From b7c1d5567fd8ca237cdfb879c779485f5e4462f1 Mon Sep 17 00:00:00 2001 From: groot Date: Mon, 17 Feb 2025 21:35:46 +0000 Subject: [PATCH] =?UTF-8?q?newt=5Fcompose.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newt_compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 newt_compose.yml diff --git a/newt_compose.yml b/newt_compose.yml new file mode 100644 index 0000000..6a26f93 --- /dev/null +++ b/newt_compose.yml @@ -0,0 +1,14 @@ +services: + newt: + image: fosrl/newt + container_name: newt + restart: unless-stopped + environment: + - PANGOLIN_ENDPOINT=https://pangolin.sendnrw.de + - NEWT_ID= + - NEWT_SECRET= + networks: + - traefik-net +networks: + traefik-net: + external: true \ No newline at end of file