설정 수정정

This commit is contained in:
2025-08-30 01:07:38 +09:00
parent e920e5de88
commit 6e7ca86285
8 changed files with 8 additions and 11 deletions

View File

@@ -26,5 +26,4 @@ DEBUG=false
SSL_ENABLED=true
# 도메인 설정
DOMAIN=waceplm.esgrin.com
ALT_DOMAIN=autoclave.co.kr
DOMAIN=waceplm.esgrin.com

View File

@@ -146,7 +146,6 @@ chmod +x start-docker-linux.sh
### 운영환경
- 애플리케이션: https://waceplm.esgrin.com
- 대체 도메인: https://autoclave.co.kr
## 트러블슈팅

View File

@@ -10,7 +10,7 @@ services:
- "9090:8080"
environment:
CATALINA_OPTS: >-
-DDB_URL=jdbc:postgresql://211.115.91.141:11132/waceplm
-DDB_URL=jdbc:postgresql://211.115.91.141:11133/waceplm
-DDB_USERNAME=postgres
-DDB_PASSWORD=waceplm0909!!
volumes:

View File

@@ -10,7 +10,7 @@ services:
- "3643:8080"
environment:
CATALINA_OPTS: >-
-DDB_URL=jdbc:postgresql://211.115.91.141:11132/waceplm
-DDB_URL=jdbc:postgresql://211.115.91.141:11133/waceplm
-DDB_USERNAME=postgres
-DDB_PASSWORD=waceplm0909!!
volumes:

View File

@@ -10,12 +10,12 @@ services:
- "7777:8080"
environment:
- CATALINA_OPTS=-DDB_URL=jdbc:postgresql://211.115.91.141:11132/waceplm -DDB_USERNAME=postgres -DDB_PASSWORD=waceplm0909!! -Xms512m -Xmx1024m
- CATALINA_OPTS=-DDB_URL=jdbc:postgresql://211.115.91.141:11133/waceplm -DDB_USERNAME=postgres -DDB_PASSWORD=waceplm0909!! -Xms512m -Xmx1024m
- TZ=Asia/Seoul
- APP_ENV=development
- LOG_LEVEL=INFO
- DB_HOST=211.115.91.141
- DB_PORT=11132
- DB_PORT=11133
- DB_NAME=waceplm
- DB_USERNAME=postgres
- DB_PASSWORD=waceplm0909!!

View File

@@ -4,7 +4,7 @@
NODE_ENV=development
# 데이터베이스 설정
DB_URL=jdbc:postgresql://211.115.91.141:11132/waceplm
DB_URL=jdbc:postgresql://211.115.91.141:11133/waceplm
DB_USERNAME=postgres
DB_PASSWORD=waceplm0909!!

View File

@@ -26,5 +26,4 @@ DEBUG=false
SSL_ENABLED=true
# 도메인 설정
DOMAIN=waceplm.esgrin.com
ALT_DOMAIN=autoclave.co.kr
DOMAIN=waceplm.esgrin.com

View File

@@ -429,7 +429,7 @@ main() {
if [ "$ENVIRONMENT" = "prod" ]; then
log_info " - https://waceplm.esgrin.com"
log_info " - https://autoclave.co.kr"
elif [ "$ENVIRONMENT" = "standalone" ]; then
log_info " - http://localhost:8090"
log_info " - 데이터베이스: localhost:5432 (postgres/waceplm0909!!)"