mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-05 17:32:02 +02:00
Update compose example.
This commit is contained in:
+19
-4
@@ -2,10 +2,25 @@ services:
|
||||
meshing-around:
|
||||
stdin_open: true
|
||||
tty: true
|
||||
devices:
|
||||
- /dev/ttyUSB0
|
||||
ports:
|
||||
- 8420:8420
|
||||
devices: # Optional if using meshtasticd. Pass through radio device.
|
||||
- /dev/ttyUSB0
|
||||
volumes:
|
||||
- /storage/location/config.ini:/app/config.ini:ro # Create this from config.template first.
|
||||
image: ghcr.io/SpudGunMan/meshing-around:main
|
||||
- /data/meshing-around/config.ini:/app/config.ini:rw
|
||||
image: ghcr.io/SpudGunMan/meshing-around:test-all-changes
|
||||
|
||||
meshtasticd: # Runs a virtual node. Optional, but can be used to link meshing-around directly to mqtt.
|
||||
ports:
|
||||
- 4403:4403
|
||||
restart: unless-stopped
|
||||
container_name: meshtasticd
|
||||
image: meshtastic/meshtasticd:beta
|
||||
|
||||
ollama: # Used for enabling LLM interactions.
|
||||
ports:
|
||||
- 11434:11434
|
||||
volumes:
|
||||
- /data/ollama:/root/.ollama
|
||||
container_name: ollama
|
||||
image: alpine/ollama
|
||||
Reference in New Issue
Block a user