dnsquery/compose.yaml
Ubuntu ec23258cc9 feat: launch DNS query MVP
Co-authored-by: multica-agent <github@multica.ai>
2026-08-03 17:42:44 +00:00

17 lines
270 B
YAML

services:
dnsquery:
build: .
ports:
- "8080:8080"
restart: unless-stopped
init: true
security_opt:
- no-new-privileges:true
cap_drop:
- ALL
read_only: true
tmpfs:
- /var/cache/nginx
- /var/run
- /tmp