infra/compose/uptime.yml

12 lines
190 B
YAML
Raw Normal View History

2024-09-06 00:29:45 -06:00
# SAMPLE ENV
services:
kuma:
2024-09-17 01:08:33 -06:00
image: "louislam/uptime-kuma:1"
2024-09-06 00:29:45 -06:00
ports:
2024-09-17 01:08:33 -06:00
- "17958:3001"
2024-11-18 17:34:30 -06:00
environment:
ROOT_DIR: ${ROOT_DIR}
2024-09-06 00:33:39 -06:00
volumes:
2024-11-18 17:34:30 -06:00
- "${ROOT_DIR}:/app/data"