Skip to content

Commit

Permalink
feat: ssl 제거
Browse files Browse the repository at this point in the history
- AWS ACM 교체로 인한 SSL 제거
  • Loading branch information
yonghwankim-dev committed Dec 9, 2024
1 parent 71f0193 commit 7f05e1b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
restart: always
ports:
- "443:443"
- "8080:8080"
environment:
PROFILE: production
TZ: Asia/Seoul
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
build: .
restart: always
ports:
- "444:444"
- "9000:9000"
environment:
PROFILE: release
TZ: Asia/Seoul
Expand Down
Binary file removed src/main/resources/ssl/production/keystore.p12
Binary file not shown.
Binary file removed src/main/resources/ssl/release/keystore.p12
Binary file not shown.

0 comments on commit 7f05e1b

Please sign in to comment.