You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|