mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-10-01 01:25:45 -04:00
12 lines
253 B
YAML
12 lines
253 B
YAML
spec:
|
|
name: uptime-kuma
|
|
services:
|
|
- name: server
|
|
git:
|
|
repo_clone_url: https://github.com/louislam/uptime-kuma
|
|
branch: master
|
|
http_port: 3001
|
|
build_command: npm run setup
|
|
run_command: npm run start-server
|
|
|