infra/compose/uptime.yml
2024-09-06 00:33:39 -06:00

9 lines
151 B
YAML

# SAMPLE ENV
services:
kuma:
image: 'louislam/uptime-kuma:1'
ports:
- '17958:3001'
volumes:
- './uptimekuma_data:/app/data'