diff --git a/komodo/monitor/uptime/compose.yaml b/komodo/monitor/uptime/compose.yaml new file mode 100644 index 0000000..e94f5b0 --- /dev/null +++ b/komodo/monitor/uptime/compose.yaml @@ -0,0 +1,9 @@ +services: + uptime-kuma: + image: 'louislam/uptime-kuma:2' + container_name: uptime-kuma + volumes: + - 'uptime-kuma:/app/data' + ports: + - '3001:3001' + restart: always \ No newline at end of file