mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-26 19:36:29 +03:00
the docker image to DO is not working at all, try git method
This commit is contained in:
parent
7ffb09ccbd
commit
ecbe02c525
2 changed files with 5 additions and 13 deletions
|
@ -1,9 +0,0 @@
|
||||||
name: uptime-kuma
|
|
||||||
services:
|
|
||||||
- name: server
|
|
||||||
image:
|
|
||||||
registry_type: DOCKER_HUB
|
|
||||||
registry: docker.io
|
|
||||||
repository: louislam/uptime-kuma
|
|
||||||
http_port: 3001
|
|
||||||
|
|
|
@ -2,9 +2,10 @@ spec:
|
||||||
name: uptime-kuma
|
name: uptime-kuma
|
||||||
services:
|
services:
|
||||||
- name: server
|
- name: server
|
||||||
image:
|
git:
|
||||||
registry_type: DOCKER_HUB
|
repo_clone_url: https://github.com/louislam/uptime-kuma
|
||||||
registry: docker.io
|
branch: master
|
||||||
repository: louislam/uptime-kuma
|
|
||||||
http_port: 3001
|
http_port: 3001
|
||||||
|
build_command: npm run setup
|
||||||
|
run_command: npm run start-server
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue