Philipp Dormann
4 years ago
3 changed files with 23 additions and 1 deletions
@ -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"] |
@ -0,0 +1,10 @@ |
|||
version: "3.4" |
|||
|
|||
services: |
|||
uptimekuma: |
|||
image: uptimekuma |
|||
build: . |
|||
environment: |
|||
NODE_ENV: production |
|||
ports: |
|||
- 50013:50013 |
Loading…
Reference in new issue