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
+3
View File
@@ -0,0 +1,3 @@
# Some caveats
* Access mongo-express using `0.0.0.0:8087` instead of `localhost:...`.
* Run make from the root Makefile `make database`. You might need to run it several times (wait for conatiners to come up, etc.).