services:
ssh-server:
build: .
ports:
- "22:22"
cap_add:
- SYS_CHROOT
environment:
- COMMAND=/app/tui
restart: unless-stopped