diff options
author | Clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 17:09:04 +0200 |
---|---|---|
committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2025-05-24 17:09:04 +0200 |
commit | bd967b68a274f79a0c5f351d228ff9279e0e9a89 (patch) | |
tree | d207feaf70f34c7c9468e83ef43dd9e0fc169e35 /uptime-kuma |
Initial commit
Diffstat (limited to 'uptime-kuma')
-rw-r--r-- | uptime-kuma/compose.yaml | 13 |
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: {} |