add login with sessian and cleanup
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s

This commit is contained in:
Rene Kievits
2025-10-22 02:07:56 +02:00
parent 673d29b05f
commit 1980e14e88
31 changed files with 830 additions and 68 deletions

View File

@@ -11,11 +11,13 @@ services:
- ./server:/app
- /app/node_modules
environment:
- NODE_ENV=dev
- NODE_ENV=DEV
- PORT=3000
command: pnpm run dev
networks:
- srs-app-net
env_file:
- .env
client:
build:
@@ -29,7 +31,7 @@ services:
- ./client:/app
- /app/node_modules
environment:
- NODE_ENV=dev
- NODE_ENV=DEV
- VITE_APP_URL=http://srs-server:3000
command: pnpm run dev
depends_on: