2021-07-11 13:40:21 +01:00
|
|
|
spec:
|
2021-07-11 14:18:00 +01:00
|
|
|
name: uptime-kuma
|
|
|
|
services:
|
2021-07-11 14:23:27 +01:00
|
|
|
- name: server
|
2021-07-11 15:12:14 +01:00
|
|
|
git:
|
|
|
|
repo_clone_url: https://github.com/louislam/uptime-kuma
|
|
|
|
branch: master
|
2021-07-11 14:23:27 +01:00
|
|
|
http_port: 3001
|
2021-07-11 15:12:14 +01:00
|
|
|
build_command: npm run setup
|
|
|
|
run_command: npm run start-server
|
2021-07-11 13:40:21 +01:00
|
|
|
|