- 엑셀 내보내기 개선: 납기일 P열 이동, 관리항목 4개로 축소 - J24-001 더미 프로젝트 옵션 제거 - CORS 오류 해결: API URL /api로 통일 - BOM 페이지 수정사항 포함 - 트랜잭션 오류 해결 시도
15 lines
325 B
YAML
15 lines
325 B
YAML
services:
|
|
nginx-proxy:
|
|
image: nginx:alpine
|
|
container_name: tk-mp-nginx-proxy
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8808:80"
|
|
volumes:
|
|
- ./nginx-proxy.conf:/etc/nginx/conf.d/default.conf
|
|
networks:
|
|
- tk-mp-project_tk-mp-network
|
|
|
|
networks:
|
|
tk-mp-project_tk-mp-network:
|
|
external: true |