Update MongoDB service configuration to use a secure keyfile path
This commit is contained in:
parent
f142cac64a
commit
7fe6cda825
@ -9,7 +9,8 @@ services:
|
|||||||
- ludo-net
|
- ludo-net
|
||||||
volumes:
|
volumes:
|
||||||
- ludo-mongo-data:/data/db
|
- ludo-mongo-data:/data/db
|
||||||
- ./mongo-keyfile:/etc/mongo-keyfile:ro
|
- /opt/ludo-secrets/mongo-keyfile:/etc/mongo-keyfile:ro
|
||||||
|
# - ./mongo-keyfile:/etc/mongo-keyfile:ro
|
||||||
# - ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
|
# - ./mongo-init.js:/docker-entrypoint-initdb.d/mongo-init.js:ro
|
||||||
command:
|
command:
|
||||||
- bash
|
- bash
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user