summaryrefslogtreecommitdiff
path: root/uptime-kuma/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'uptime-kuma/compose.yaml')
-rw-r--r--uptime-kuma/compose.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/uptime-kuma/compose.yaml b/uptime-kuma/compose.yaml
new file mode 100644
index 0000000..d366636
--- /dev/null
+++ b/uptime-kuma/compose.yaml
@@ -0,0 +1,13 @@
+services:
+ uptime-kuma:
+ restart: unless-stopped
+ ports:
+ - 10.0.0.1:3001:3001
+ volumes:
+ - uptime-kuma:/app/data
+ container_name: uptime-kuma
+ image: louislam/uptime-kuma:1.23.16
+volumes:
+ uptime-kuma:
+ external: true
+networks: {}