Skip to content

Commit 4a5c304

Browse files
committed
💚 새로운 도메인 관련 CI스크립트 수정
1 parent fef97ec commit 4a5c304

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

configuration/docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,9 @@ services:
3131
ports:
3232
- "443:443"
3333
volumes:
34-
- ./nginx.conf:/etc/nginx/nginx.conf
35-
- ${SSL_CERT_PATH}:/etc/nginx/ssl
34+
- ./nginx.conf:/etc/nginx/nginx.conf:ro
35+
- ${SSL_CERT_PATH}/fullchain.pem:${SSL_CERTIFICATE}:ro
36+
- ${SSL_CERT_PATH}/privkey.pem:${SSL_CERTIFICATE_KEY}:ro
3637
depends_on:
3738
- app
3839
- portainer

src/main/resources/application.properties.templates

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ logging.level.com.boggle_boggle.bbegok=DEBUG
1414

1515

1616
# cors
17-
cors.allowed-origins=http://localhost:5173,https://localhost:5173,https://bbaegok.netlify.app
17+
cors.allowed-origins=http://localhost:5173,https://localhost:5173,https://bbaegok.netlify.app,https://bbaegok.store
1818
cors.allowed-methods=GET,POST,PUT,PATCH,DELETE,OPTIONS
1919
cors.allowed-headers=*
2020
cors.allow-credentials=true

0 commit comments

Comments
 (0)