We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8711305 commit dd6366cCopy full SHA for dd6366c
.github/workflows/deploy.yml
@@ -227,6 +227,13 @@ jobs:
227
--restart unless-stopped \
228
--network "${NET}" \
229
-e TZ=Asia/Seoul \
230
+ -e SPRING_PROFILES_ACTIVE=prod \
231
+ -e SPRING__DATASOURCE__URL___DB_NAME="${APP_1_DB_NAME}" \
232
+ -e SPRING_DATASOURCE_USERNAME=team11 \
233
+ -e SPRING_DATASOURCE_PASSWORD="${PASSWORD_1}" \
234
+ -e REDIS_HOST=redis_1 \
235
+ -e REDIS_PORT=6379 \
236
+ -e REDIS_PASSWORD="${PASSWORD_1}" \
237
"${IMAGE}"
238
239
# ---------------------------------------------------------
0 commit comments