uptime-kuma is working
This commit is contained in:
parent
23f5a98b3c
commit
9558e187ab
4 changed files with 2134 additions and 0 deletions
17
status/docker-compose.yml
Normal file
17
status/docker-compose.yml
Normal 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:
|
||||
Loading…
Add table
Add a link
Reference in a new issue