Update compose example.

This commit is contained in:
Raymond Dean
2025-07-15 17:42:17 -04:00
committed by GitHub
parent 628f66e4b7
commit 43e6349351
+19 -4
View File
@@ -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