infra/compose/uptime.yml

10 lines
151 B
YAML
Raw Normal View History

2024-09-06 00:29:45 -06:00
# SAMPLE ENV
services:
kuma:
2024-09-06 00:33:39 -06:00
image: 'louislam/uptime-kuma:1'
2024-09-06 00:29:45 -06:00
ports:
2024-09-06 00:33:39 -06:00
- '17958:3001'
volumes:
- './uptimekuma_data:/app/data'