user managment

This commit is contained in:
2024-06-24 18:37:04 +02:00
parent bafef0f6b3
commit 0c7fc6fdf7
50 changed files with 2748 additions and 219 deletions
+1
View File
@@ -16,6 +16,7 @@ services:
- ./backend:/backend
ports:
- "3000:3000"
- "9229:9229"
command: ["npm", "run", "dev"]
depends_on:
- db