feat: add MongoDB and Mongo Express services with initialization script
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m41s
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m41s
This commit is contained in:
5
server/.env.example
Normal file
5
server/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# MongoDB Environment
|
||||
MONGO_INITDB_ROOT_USERNAME=root
|
||||
MONGO_INITDB_ROOT_PASSWORD=password
|
||||
MONGO_EXPRESS_USERNAME=admin
|
||||
MONGO_EXPRESS_PASSWORD=password
|
Reference in New Issue
Block a user