Add docker-compose.yml and replace .env with example
This commit is contained in:
2
.env.example
Normal file
2
.env.example
Normal file
@@ -0,0 +1,2 @@
|
||||
API_URL="https://toho.mnz.gg/api/v1/ping"
|
||||
WEBHOOK="https://discord.com/api/webhooks/XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
|
||||
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