feat: Initial commit
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
# uptime-kuma
|
||||
|
||||
Service monitoring tool
|
||||
[uptime-kuma](https://github.com/louislam/uptime-kuma/tree/master)
|
||||
|
||||
## Usage
|
||||
|
||||
1. Clone the repository onto host machine or copy the compose.yaml file.
|
||||
|
||||
23
compose.yaml
Normal file
23
compose.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
services:
|
||||
uptime_kuma:
|
||||
image: louislam/uptime-kuma:1
|
||||
container_name: uptime-kuma
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
ports:
|
||||
- 3100:3001
|
||||
volumes:
|
||||
- updtime_kuma_data:/app/data
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
updtime_kuma_data:
|
||||
driver: local
|
||||
labels:
|
||||
dev.housh.description: "Uptime-kuma data volume."
|
||||
Reference in New Issue
Block a user