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.
|
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"]
|