mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-05-21 15:14:45 +02:00
Add GHCR publishing workflow and update docker-compose for registry pull
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
5294b027e7
commit
8c2c4d2aef
4 changed files with 86 additions and 19 deletions
21
README.md
21
README.md
|
|
@ -133,20 +133,21 @@ DM: Tell me a short joke
|
|||
### Quick Start with Docker
|
||||
|
||||
```bash
|
||||
# Clone and enter directory
|
||||
git clone https://github.com/zvx-echo6/meshai.git
|
||||
cd meshai
|
||||
# Create working directory
|
||||
mkdir -p meshai/data && cd meshai
|
||||
|
||||
# Copy example config
|
||||
cp config.example.yaml data/config.yaml
|
||||
# Download docker-compose file
|
||||
curl -O https://raw.githubusercontent.com/zvx-echo6/meshai/main/docker-compose.yml
|
||||
|
||||
# Copy and edit config
|
||||
curl -o data/config.yaml https://raw.githubusercontent.com/zvx-echo6/meshai/main/config.example.yaml
|
||||
# Edit data/config.yaml with your settings
|
||||
|
||||
# For TCP connection to Meshtastic node:
|
||||
docker compose -f docker-compose.yml -f docker-compose.tcp.yml up -d
|
||||
# Start
|
||||
docker compose up -d
|
||||
|
||||
# For Serial connection:
|
||||
# First edit docker-compose.serial.yml to set your device path
|
||||
docker compose -f docker-compose.yml -f docker-compose.serial.yml up -d
|
||||
# View logs
|
||||
docker compose logs -f
|
||||
```
|
||||
|
||||
### Docker Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue