🐳 Docker

This commit is contained in:
Philipp Dormann
2021-07-12 21:50:39 +02:00
parent 789094a2ee
commit 8cd90d1e96
3 changed files with 23 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
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"]