Skip to content

Commit e28ce83

Browse files
committed
Chore: DDL_AUTO docker-compose.stg.yml 환경변수 추가
1 parent 088afcd commit e28ce83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

infra/docker-compose.stg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ services:
1616
SERVER_SERVLET_SESSION_COOKIE_NAME: ${SESSION_COOKIE_NAME}
1717
SERVER_SERVLET_SESSION_COOKIE_DOMAIN: ${SESSION_COOKIE_DOMAIN}
1818
SPRINGDOC_SWAGGER-UI_SERVERS_URL: ${SWAGGER_SERVER_URL}
19+
SPRING_JPA_HIBERNATE_DDL_AUTO: ${DDL_AUTO}
1920
depends_on:
2021
mysql:
2122
condition: service_healthy

0 commit comments

Comments
 (0)