Files
2025-11-23 02:07:26 -06:00

12 lines
294 B
YAML

services:
thechatroom:
build: .
container_name: thechatroom
user: "1000:1000"
network_mode: host
security_opt:
- no-new-privileges:true
# volumes:
# - ./nomadnetwork:/app/nomadnetwork
# - ./.reticulum:/home/appuser/.reticulum
restart: unless-stopped