From 3795ba25b9e147a4e2cb510f76de79ffb91349c3 Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 4 Mar 2026 19:00:08 +0100 Subject: [PATCH] =?UTF-8?q?leycloud/gotify.yml=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- leycloud/gotify.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 leycloud/gotify.yml diff --git a/leycloud/gotify.yml b/leycloud/gotify.yml new file mode 100644 index 0000000..96411a6 --- /dev/null +++ b/leycloud/gotify.yml @@ -0,0 +1,12 @@ +version: "3" +services: + gotify: + image: gotify/server + container_name: gotify + restart: unless-stopped + ports: + - "8083:80" + environment: + - GOTIFY_DEFAULTUSER_PASS=admin # ÄNDERE DAS NACH DEM ERSTEN LOGIN! + volumes: + - /home/florian/docker/gotify/data:/app/data \ No newline at end of file