add .gitignore, .editorconfig, and clean up
This commit is contained in:
@@ -19,7 +19,7 @@ auth:
|
||||
persistence:
|
||||
storageClass:
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteOnce
|
||||
size: 8Gi
|
||||
|
||||
|
||||
@@ -68,4 +68,4 @@ extraCommandLineArgs: ""
|
||||
|
||||
|
||||
healthCheck:
|
||||
command: ["/bin/sh", "-c", "mongosh --quiet --eval 'db.runCommand({ ping: 1 })' --username ${MONGO_INITDB_ROOT_USERNAME} --password ${MONGO_INITDB_ROOT_PASSWORD} --authenticationDatabase admin || exit 1" ]
|
||||
command: [ "/bin/sh", "-c", "mongosh --quiet --eval 'db.runCommand({ ping: 1 })' --username ${MONGO_INITDB_ROOT_USERNAME} --password ${MONGO_INITDB_ROOT_PASSWORD} --authenticationDatabase admin || exit 1" ]
|
||||
|
||||
Reference in New Issue
Block a user