Commit Graph

30 Commits

Author SHA1 Message Date
kjs
ca7b145c7f feat: Enhance logging and configuration for Smart Factory integration
- Added companyCode to the AuthController for improved logging.
- Updated sendSmartFactoryLog function to support company-specific API keys.
- Configured environment variables for company-specific Smart Factory API keys in Docker Compose files.

This update ensures that logs are more informative and that the correct API keys are used based on the company context.
2026-04-03 11:23:02 +09:00
kjs
ccb0c8df4c Add environment variable example and update .gitignore
- Created a new .env.example file to provide a template for environment variables, including database connection details, JWT settings, encryption keys, and external API keys.
- Updated .gitignore to include additional test output directories and archive files, ensuring that unnecessary files are not tracked by Git.
- Removed outdated approval test reports and scripts that are no longer needed, streamlining the project structure.

These changes improve the clarity of environment configuration and maintain a cleaner repository.
2026-04-01 12:12:15 +09:00
dohyeons
fc6e84b299 Merge remote-tracking branch 'upstream/main' 2025-10-30 15:18:25 +09:00
dohyeons
0776e7cd4c 개발서버에 환경변수 추가 2025-10-30 15:17:48 +09:00
dohyeons
b01e241a44 Merge remote-tracking branch 'upstream/main' 2025-10-30 15:06:56 +09:00
dohyeons
444b2fab2b 개발서버 도커 컴포즈 수정 2025-10-30 12:09:22 +09:00
dohyeons
b6b42c51ed test 2025-10-23 17:26:10 +09:00
dohyeons
d6d179025d ENCRYPTION_KEY 환경변수가 설정 2025-10-21 09:43:01 +09:00
dohyeons
be1bd6a40a Alpine Linux 명령어로 수정 2025-10-21 09:34:34 +09:00
dohyeons
21688d3815 개발서버 수정사항 적용 2025-10-21 09:29:35 +09:00
dohyeons
3682cc0ef7 Merge remote-tracking branch 'upstream/main' 2025-10-20 18:15:19 +09:00
dohyeons
70f6093fb5 도커파일 원상복구 2025-10-20 18:08:03 +09:00
dohyeons
e7ee49e039 Merge remote-tracking branch 'upstream/main' 2025-10-20 17:54:59 +09:00
dohyeons
1d8d90e5c6 Docker Hub에 의존하지 않고 로컬 Docker 데몬의 기본 빌더를 사용 2025-10-20 17:54:42 +09:00
dohyeons
683d463a9f Merge remote-tracking branch 'upstream/main' 2025-10-16 10:33:53 +09:00
dohyeons
8f676c0a6d 배포용 수정 2025-10-16 10:33:21 +09:00
dohyeons
f54f6336a5 도커 재수정 2025-10-02 16:14:22 +09:00
kjs
6fc140b423 fix: Docker 파일에서 Prisma 명령 제거
문제:
- docker/dev/backend.Dockerfile에 Prisma 명령 남아있음
- docker/prod/backend.Dockerfile에 Prisma 명령 남아있음
- Docker 빌드 시 '/prisma' not found 에러 발생

해결:

1. docker/dev/backend.Dockerfile:
   - COPY prisma ./prisma 제거
   - RUN npx prisma generate 제거

2. docker/prod/backend.Dockerfile:
   - Dependencies stage: Prisma 관련 코드 제거
   - Build stage: COPY prisma 제거, npx prisma generate 제거
   - Runtime stage: 주석 업데이트

결과:
-  Docker 빌드 에러 해결
-  Prisma 의존성 완전 제거
-  개발/운영 환경 모두 Raw Query 기반
2025-10-01 15:11:07 +09:00
hyeonsu
724ed51826 스크립트 수정 2025-09-18 18:38:13 +09:00
hyeonsu
40d8fa605b 모든 곳의 API URL 통일 2025-09-04 17:19:30 +09:00
hyeonsu
2bffec1dbf 빌드 시 환경변수 적용 2025-09-04 16:55:11 +09:00
hyeonsu
fc5bd97ac1 동적 API URL 설정 2025-09-04 15:18:25 +09:00
hyeonsu
103dd9907d 외부 ip 로 api 호출 전환 2025-09-04 14:45:58 +09:00
hyeonsu
c78b239db2 파일 되돌리기 2025-09-04 14:15:25 +09:00
hyeonsu
22b0f839c6 명시적 HOST 설정 추가 2025-09-04 14:11:20 +09:00
hyeonsu
8d76df1cfe 도커 yml에 cors 추가 2025-09-04 12:14:06 +09:00
hyeonsu
59fb1edc5c 운영용 cors 주소 추가 2025-08-28 15:38:00 +09:00
hyeonsu
704d29bda5 운영용 프론트엔드 포트 수정 2025-08-28 15:32:11 +09:00
hyeonsu
0043fb1315 백엔드 도커파일 수정 2025-08-28 15:24:00 +09:00
hyeonsu
e9082d7fef 도커 파일 및 스크립트 파일 위치 정리 2025-08-28 13:44:01 +09:00