mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-22 07:34:47 +02:00
Remove redundant docker-compose files
Serial vs TCP is now configured via web interface, not separate compose files. Just uncomment devices section in docker-compose.yml if using USB serial. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
389e59c18e
commit
60acef9d78
2 changed files with 0 additions and 16 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
# Docker Compose override for serial connection
|
|
||||||
# Usage: docker compose -f docker-compose.yml -f docker-compose.serial.yml up -d
|
|
||||||
|
|
||||||
services:
|
|
||||||
meshai:
|
|
||||||
devices:
|
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
|
||||||
# May need privileged for some serial adapters
|
|
||||||
# privileged: true
|
|
||||||
|
|
@ -1,7 +0,0 @@
|
||||||
# Docker Compose override for TCP connection
|
|
||||||
# Usage: docker compose -f docker-compose.yml -f docker-compose.tcp.yml up -d
|
|
||||||
|
|
||||||
services:
|
|
||||||
meshai:
|
|
||||||
# Use host network for easy access to local Meshtastic node
|
|
||||||
network_mode: host
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue