NestJS backend rewrite; migrate client to FluentUI V9

This commit is contained in:
2025-09-18 15:48:08 +09:00
parent 32ff36a12c
commit 34529cea68
62 changed files with 5642 additions and 3679 deletions

View File

@ -22,6 +22,17 @@ services:
# - ${REDIS_PORT}:${REDIS_PORT}
# restart: unless-stopped
backend:
container_name: backend
build:
context: ./server
dockerfile: Dockerfile
environment:
- EMS_PORT=${EMS_PORT}
ports:
- ${EMS_PORT}:${EMS_PORT}
restart: always
ems:
container_name: ems
build: