automated mongodb + mongo-express deployment with user creation

This commit is contained in:
voje
2019-03-15 09:00:05 +01:00
parent 49e45900c4
commit d8fd3ad30b
8 changed files with 43 additions and 20 deletions

View File

@@ -15,8 +15,10 @@ OUTPUT = "file"
OUTDIR = "/home/voje/workdir/test_out"
DBADDR = ""
DB_ADM_USER = testuser
DB_ADM_PASS = testpass
DB_ADM_USER = testadmin
DB_ADM_PASS = testadminpass
DB_USR_USER = testuser
DB_USR_PASS = testuserpass
export
.PHONY: dev-env preflight