Add docker-compose.yml and replace .env with example
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
version: "3.7"
|
||||
|
||||
services:
|
||||
monitor:
|
||||
image: node:20-alpine
|
||||
command: npm run monitor
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user