uptime-kuma is working

This commit is contained in:
Waylon Walker 2023-11-11 07:31:42 -06:00
parent 23f5a98b3c
commit 9558e187ab
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
4 changed files with 2134 additions and 0 deletions

17
status/docker-compose.yml Normal file
View file

@ -0,0 +1,17 @@
# docker run -d --restart=always -p 3001:3001 -v uptime-kuma:/app/data --name uptime-kuma louislam/uptime-kuma:1
version: "3"
services:
uptime-kuma:
image: louislam/uptime-kuma:1
container_name: status
ports:
- 3001
volumes:
- uptime-kuma:/app/data
restart: always
environment:
- TZ=UTC # optional: set desired timezone
labels:
kompose.service.expose: status.wayl.one,status.k.waylonwalker.com
volumes:
uptime-kuma: