Update Docker and environment configuration files

This commit is contained in:
2025-08-29 15:57:19 +09:00
parent da06c4684c
commit e0aa5eb40c
4 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ services:
- "7777:8080"
environment:
- CATALINA_OPTS=-DDB_URL=jdbc:postgresql://211.115.91.141:11132/waceplm -DDB_USERNAME=postgres -DDB_PASSWORD=ilshin0909!! -Xms512m -Xmx1024m
- CATALINA_OPTS=-DDB_URL=jdbc:postgresql://211.115.91.141:11132/waceplm -DDB_USERNAME=postgres -DDB_PASSWORD=waceplm0909!! -Xms512m -Xmx1024m
- TZ=Asia/Seoul
- APP_ENV=development
- LOG_LEVEL=INFO
@@ -18,7 +18,7 @@ services:
- DB_PORT=11132
- DB_NAME=waceplm
- DB_USERNAME=postgres
- DB_PASSWORD=ilshin0909!!
- DB_PASSWORD=waceplm0909!!
volumes:
- wace-plm-win-project:/data_storage
- wace-plm-win-app:/app_data