19 lines
455 B
YAML
19 lines
455 B
YAML
services:
|
|
reticulum-meshchat:
|
|
container_name: reticulum-meshchat
|
|
image: ghcr.io/liamcottle/reticulum-meshchat:latest
|
|
pull_policy: always
|
|
restart: unless-stopped
|
|
# Make the web interace accessible from the host at 8000.
|
|
ports:
|
|
- 0.0.0.0:8000:8000
|
|
volumes:
|
|
meshchat-config:/config
|
|
# Uncomment if you have a USB device connected
|
|
# devices:
|
|
# - /dev/ttyUSB0:/dev/ttyUSB0
|
|
|
|
volumes:
|
|
meshchat-config:
|
|
|