From c8febfbbf004328773b05e73e347b9b9a93dff43 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sat, 21 Feb 2026 02:08:30 +0000 Subject: [PATCH] Add Notification_Containers/gotify/compose.yaml --- Notification_Containers/gotify/compose.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Notification_Containers/gotify/compose.yaml diff --git a/Notification_Containers/gotify/compose.yaml b/Notification_Containers/gotify/compose.yaml new file mode 100644 index 0000000..c8112ba --- /dev/null +++ b/Notification_Containers/gotify/compose.yaml @@ -0,0 +1,10 @@ +--- +services: + gotify: + image: gotify/server + ports: + - 8092:80 + environment: + GOTIFY_DEFAULTUSER_PASS: 'admin' + volumes: + - '/srv/docker/gotify/gotify_data:/app/data' \ No newline at end of file