chore: add otp based login

This commit is contained in:
mahyargdz
2024-11-18 09:16:17 +03:30
parent 245051024b
commit d887cf67c1
16 changed files with 1266 additions and 713 deletions
+18
View File
@@ -0,0 +1,18 @@
services:
app:
build:
context: .
dockerfile: Dockerfile.dev
container_name: ostandari-dev
# working_dir: /app
volumes:
- .:/app
- /app/node_modules
ports:
- "3000:3000"
command: ["npm", "run", "dev"]
environment:
NODE_ENV: development
volumes:
mongo_data: