Files
dockwatch/examples/compose-host-security-audit.override.yml
jbergner f3a687543c
release-tag / release-image (push) Successful in 2m28s
v9.6.0
2026-09-01 22:46:20 +02:00

16 lines
483 B
YAML

# READ-ONLY HOST SECURITY AUDIT
#
# This mode can inspect installed host configuration and files but cannot
# change packages or configuration. Active service state is reported only when
# the optional host namespace executor is available.
services:
dockwatch:
environment:
HOST_ROOT: /host
HOST_SECURITY_ENABLED: "true"
ALLOW_HOST_SECURITY_CHANGES: "false"
ALLOW_HOST_PACKAGE_MANAGEMENT: "false"
HOST_AUR_USER: ""
volumes:
- /:/host:ro