mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 23:04:04 +00:00
12 lines
277 B
YAML
12 lines
277 B
YAML
version: "3.4"
|
|
|
|
services:
|
|
uptimekuma:
|
|
image: uptimekuma
|
|
build: .
|
|
environment:
|
|
NODE_ENV: development
|
|
ports:
|
|
- 50013:50013
|
|
- 9229:9229
|
|
command: ["node", "--inspect=0.0.0.0:9229", "server/server.js"]
|