summaryrefslogtreecommitdiff
path: root/gotify
diff options
context:
space:
mode:
Diffstat (limited to 'gotify')
-rw-r--r--gotify/compose.yaml14
1 files changed, 14 insertions, 0 deletions
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: {}