mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-03-28 17:32:36 +01:00
16 lines
487 B
Markdown
16 lines
487 B
Markdown
# How do I use this thing?
|
|
This is not a full turnkey setup for Docker yet?
|
|
|
|
`docker pull ghcr.io/spudgunman/meshing-around:main`
|
|
|
|
`docker network create meshing-around-network`
|
|
|
|
`docker compose run meshtasticd`
|
|
|
|
`docker compose run meshing-around`
|
|
|
|
`docker compose run debug-console`
|
|
|
|
`docker compose run ollama`
|
|
|
|
`docker run -d -p 3000:8080 -e OLLAMA_BASE_URL=http://127.0.0.1:11434 -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main` |