Everything is now containerised and in the docker compose

This commit is contained in:
2025-08-09 17:40:01 +01:00
parent 371f48b42f
commit 22328ae6b1
11 changed files with 375 additions and 51 deletions

7
env.example Normal file
View File

@@ -0,0 +1,7 @@
# MongoDB Configuration for Docker Compose (no authentication)
MONGODB_HOST=mongodb
MONGODB_PORT=27017
MONGODB_DATABASE=recipe-management
# JWT Secret for Backend
JWT_SECRET=your-super-secret-jwt-key-change-this-in-production