From bd967b68a274f79a0c5f351d228ff9279e0e9a89 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Date: Sat, 24 May 2025 17:09:04 +0200 Subject: Initial commit --- gotify/compose.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gotify/compose.yaml (limited to 'gotify') diff --git a/gotify/compose.yaml b/gotify/compose.yaml new file mode 100644 index 0000000..ae8060f --- /dev/null +++ b/gotify/compose.yaml @@ -0,0 +1,14 @@ +services: + gotify: + image: gotify/server:2.6.3 + restart: unless-stopped + ports: + - 10.0.0.1:8082:80 + environment: + - GOTIFY_DEFAULTUSER_NAME=admin + - GOTIFY_DEFAULTUSER_PASS=gotify + - TZ="Europe/Paris" + - GOTIFY_REGISTRATION=false + volumes: + - ./gotify_data:/app/data +networks: {} -- cgit v1.2.3