Add docker-compose.yml and replace .env with example

This commit is contained in:
2023-06-14 10:27:12 +02:00
parent 940f64bedb
commit 54d2a7440b
3 changed files with 9 additions and 2 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
version: "3.7"
services:
monitor:
image: node:20-alpine
command: npm run monitor
restart: unless-stopped