use API_PORT instead of EMS_PORT for NestJS backend

This commit is contained in:
2025-09-18 16:37:35 +09:00
parent 34529cea68
commit c2560b073b
3 changed files with 6 additions and 6 deletions

View File

@ -28,9 +28,9 @@ services:
context: ./server
dockerfile: Dockerfile
environment:
- EMS_PORT=${EMS_PORT}
- API_PORT=${API_PORT}
ports:
- ${EMS_PORT}:${EMS_PORT}
- ${API_PORT}:${API_PORT}
restart: always
ems: