chore: add privileged and security options for komodo-db service in compose.yaml

This commit is contained in:
nathan 2026-04-22 23:31:45 -04:00
parent 96e841d488
commit 6cd76ad481

View File

@ -135,6 +135,10 @@ services:
komodo-db: komodo-db:
image: mongo:7.0 image: mongo:7.0
container_name: komodo-db container_name: komodo-db
privileged: true # Grant the permission to manage its own "spill" files
security_opt:
- seccomp:unconfined
- apparmor:unconfined
labels: labels:
komodo.skip: # Prevent Komodo from stopping with StopAllContainers komodo.skip: # Prevent Komodo from stopping with StopAllContainers
command: --quiet --wiredTigerCacheSizeGB 0.25 command: --quiet --wiredTigerCacheSizeGB 0.25