chore: add privileged and security options for komodo-db service in compose.yaml
This commit is contained in:
parent
96e841d488
commit
6cd76ad481
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user