add login with sessian and cleanup
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s
All checks were successful
Build and Push Docker Images / build (push) Successful in 2m34s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user