mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-03-31 10:25:42 +00:00
15 lines
390 B
YAML
15 lines
390 B
YAML
services:
|
|
reticulum-meshchatx:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
container_name: reticulum-meshchatx
|
|
image: reticulum-meshchatx:local
|
|
restart: unless-stopped
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- 127.0.0.1:8000:8000
|
|
volumes:
|
|
- ./meshchat-config:/config
|