MeshChatX/docker-compose.dev.yml

19 lines
452 B
YAML
Raw Normal View History

2026-01-03 17:16:12 -06:00
services:
reticulum-meshchatx:
build:
context: .
dockerfile: Dockerfile
2026-01-03 17:16:12 -06:00
container_name: reticulum-meshchatx
image: reticulum-meshchatx:local
2026-01-03 17:16:12 -06:00
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