infra/compose/uptime.yml

16 lines
218 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"
networks:
- proxy
2024-09-06 00:33:39 -06:00
volumes:
2024-09-17 01:08:33 -06:00
- "./uptimekuma_data:/app/data"
networks:
proxy:
external: true