0
0
mirror of https://github.com/louislam/uptime-kuma.git synced 2024-11-29 05:53:09 +01:00
uptime-kuma/.do/deploy.template.yaml

12 lines
253 B
YAML
Raw Normal View History

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