feat: add MongoDB and Mongo Express services with initialization script
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m41s

This commit is contained in:
2025-02-09 17:14:55 +01:00
parent 280a013c48
commit 76edbf0624
3 changed files with 87 additions and 0 deletions

5
server/.env.example Normal file
View 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