mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
11 lines
230 B
YAML
11 lines
230 B
YAML
services:
|
|
uptime-kuma:
|
|
image: louislam/uptime-kuma:1
|
|
volumes:
|
|
- ./data:/app/data
|
|
ports:
|
|
# <Host Port>:<Container Port>
|
|
- 3001:3001
|
|
restart: unless-stopped
|
|
#external caddy auto handles SSL certs
|