Add dev stacks
This commit is contained in:
8
stacks/meshmon/.env.template
Normal file
8
stacks/meshmon/.env.template
Normal file
@@ -0,0 +1,8 @@
|
||||
MESHTASTIC_NODE_IP=192.168.5.242
|
||||
ALLOWED_ORIGINS=http://docker-dev:8383,https://meshmon.ghost.tel
|
||||
RATE_LIMIT_API=20000
|
||||
NODE_ENV=production
|
||||
SESSION_SECRET=change-me
|
||||
TRUST_PROXY=true
|
||||
COOKIE_SECURE=true
|
||||
DISABLE_ANONYMOUS=true
|
||||
14
stacks/meshmon/docker-compose.yml
Normal file
14
stacks/meshmon/docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
services:
|
||||
meshmonitor:
|
||||
image: ghcr.io/yeraze/meshmonitor:latest
|
||||
container_name: meshmonitor
|
||||
ports:
|
||||
- "8383:3001"
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- meshmonitor-data:/data
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
meshmonitor-data:
|
||||
driver: local
|
||||
Reference in New Issue
Block a user