Reupload
This commit is contained in:
commit
61cbd57af1
168 changed files with 31208 additions and 0 deletions
12
server/podman-mongodb-test.sh
Normal file
12
server/podman-mongodb-test.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
source ./conf-test.env
|
||||
|
||||
mkdir -p ./db-test
|
||||
podman stop awary_mongodb_test
|
||||
podman rm awary_mongodb_test
|
||||
podman run -dt -p 27018:27017 \
|
||||
--name awary_mongodb_test \
|
||||
--userns keep-id \
|
||||
-e MONGO_INITDB_ROOT_USERNAME=${DB_USER} \
|
||||
-e MONGO_INITDB_ROOT_PASSWORD=${DB_PASSWORD} \
|
||||
-v ./db-test:/data/db \
|
||||
docker.io/library/mongo:5.0
|
Loading…
Add table
Add a link
Reference in a new issue