Services: Add UptimeKuma
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
services:
|
||||
uptime-kuma:
|
||||
image: louislam/uptime-kuma:2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
ports:
|
||||
- "3001:3001"
|
||||
networks:
|
||||
nw-caddy:
|
||||
depends_on:
|
||||
caddy:
|
||||
condition: service_healthy
|
||||
Reference in New Issue
Block a user