mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
15 lines
397 B
YAML
15 lines
397 B
YAML
services:
|
|
reticulum-meshchatx:
|
|
container_name: reticulum-meshchatx
|
|
image: ${MESHCHAT_IMAGE:-quad4io/meshchatx:latest}
|
|
restart: unless-stopped
|
|
security_opt:
|
|
- no-new-privileges:true
|
|
ports:
|
|
- 127.0.0.1:8000:8000
|
|
volumes:
|
|
- meshchatx-config:/config
|
|
|
|
volumes:
|
|
meshchatx-config:
|
|
name: meshchatx-config
|