mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2025-12-22 08:27:15 +00:00
18 lines
488 B
YAML
18 lines
488 B
YAML
services:
|
|
reticulum-meshchat:
|
|
container_name: reticulum-meshchat
|
|
image: ghcr.io/liamcottle/reticulum-meshchat:latest
|
|
pull_policy: always
|
|
restart: unless-stopped
|
|
# Make the meshchat web interface accessible from the host on port 8000
|
|
ports:
|
|
- 0.0.0.0:8000:8000
|
|
volumes:
|
|
- meshchat-config:/config
|
|
# Uncomment if you have a USB device connected, such as an RNode
|
|
# devices:
|
|
# - /dev/ttyUSB0:/dev/ttyUSB0
|
|
|
|
volumes:
|
|
meshchat-config:
|