Skip to content

Commit

Permalink
chore: docker-compose 수정(#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
whereami2048 committed Jun 9, 2024
1 parent f829111 commit 87199b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .deploy/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ services:
- JWT_REFRESH_TOKEN_EXPIRATION_TIME=${JWT_REFRESH_TOKEN_EXPIRATION_TIME}
- JWT_REGISTRATION_TOKEN_EXPIRATION_TIME=${JWT_REGISTRATION_TOKEN_EXPIRATION_TIME}
- KEY_STORE_PASSWORD=${KEY_STORE_PASSWORD}
volumes:
- /home/ubuntu/ssl:/ssl
2 changes: 1 addition & 1 deletion Api-Module/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ server:
shutdown: graceful
port: 8080
ssl:
key-store: /home/ubuntu/keystore.p12
key-store: file:/ssl/keystore.p12
key-store-type: PKCS12
key-store-password: ${KEY_STORE_PASSWORD}

Expand Down

0 comments on commit 87199b2

Please sign in to comment.