🎉 🚧 Start working on backend

This commit is contained in:
2025-03-06 10:14:21 +01:00
parent 3217b2c4c3
commit c4b9f9287f
17 changed files with 1591 additions and 0 deletions

8
docker-compose.dev.yml Normal file
View File

@ -0,0 +1,8 @@
services:
mongodb-dev:
user: "1000"
ports:
- 27017:27017
volumes:
- ./data/mongodb-dev/:/data/db/
image: mongodb/mongodb-community-server:latest