mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
25 lines
702 B
YAML
25 lines
702 B
YAML
# Copyright VMware, Inc.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
file:
|
|
/opt/bitnami/mongodb/mongodb_get_source.txt:
|
|
exists: true
|
|
contains:
|
|
- This solution ships the official MongoDB Community binaries
|
|
/opt/bitnami/mongodb/conf/mongodb.conf:
|
|
exists: true
|
|
filetype: file
|
|
mode: "0664"
|
|
contains:
|
|
- /dbPath.*/bitnami/mongodb/data/db/
|
|
- /pidFilePath.*/opt/bitnami/mongodb/tmp/mongodb.pid/
|
|
/opt/bitnami/mongodb/conf/mongos.conf:
|
|
exists: true
|
|
filetype: file
|
|
mode: "0664"
|
|
contains:
|
|
- /pidFilePath.*/opt/bitnami/mongodb/tmp/mongodb.pid/
|
|
/opt/bitnami/mongodb/logs/mongodb.log:
|
|
exists: true
|
|
filetype: symlink
|
|
linked-to: /dev/stdout |