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.
 
 
 
 
 
 

12 lines
288 B

version: "3.4"
services:
uptimekuma:
image: philippdormann/uptime
build: .
environment:
NODE_ENV: development
ports:
- 50013:50013
- 9229:9229
command: ["node", "--inspect=0.0.0.0:9229", "server/server.js"]