mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-15 11:39:45 +00:00
15 lines
271 B
YAML
15 lines
271 B
YAML
services:
|
|
build:
|
|
build:
|
|
context: ..
|
|
dockerfile: docker/Dockerfile.Build
|
|
volumes:
|
|
- ./dist:/output
|
|
|
|
lxmfy-bot:
|
|
build: .
|
|
volumes:
|
|
- ./.reticulum:/root/.reticulum
|
|
- ./config:/bot/config
|
|
command: ["lxmfy", "run", "echo"]
|