mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-10 07:34:07 -08:00
13 lines
277 B
YAML
13 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"]
|