mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
27 lines
704 B
YAML
27 lines
704 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:
|
|
- meshchatx-config:/config
|
|
deploy:
|
|
resources:
|
|
limits:
|
|
cpus: "2.0"
|
|
memory: 1G
|
|
pids: 512
|
|
reservations:
|
|
cpus: "0.25"
|
|
memory: 256M
|
|
|
|
volumes:
|
|
meshchatx-config:
|
|
name: meshchatx-config
|