Add dev stacks

This commit is contained in:
2025-12-31 20:11:44 -05:00
parent 0bcfed8fb8
commit 13989e2b59
49 changed files with 4948 additions and 0 deletions

View 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

View 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