add uptime

This commit is contained in:
2023-04-20 20:56:22 +08:00
parent 0ac88cbef2
commit 7527c133ff

View File

@@ -0,0 +1,19 @@
version: "3.7"
services:
uptime:
container_name: uptime
image: louislam/uptime-kuma:1
restart: unless-stopped
ports:
- "3001:3001"
volumes:
- ./data:/app/data
networks:
nginx:
aliases:
- uptime
networks:
nginx:
external: true