외부 커넥션 관리 ~ 테스트

This commit is contained in:
hyeonsu
2025-09-19 12:15:14 +09:00
parent 8e2bb1d9a0
commit efb08b0103
9 changed files with 1190 additions and 401 deletions

View File

@@ -7,6 +7,8 @@ services:
container_name: pms-backend-mac
ports:
- "8080:8080"
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- NODE_ENV=development
- PORT=8080