Skip to content

Commit 92f1dcb

Browse files
authored
Merge pull request #255 from DevKor-github/main
[release] main to deploy
2 parents 011bd38 + 963e5b8 commit 92f1dcb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ontime-back/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ services:
88
image: ontimedemo # 빌드된 백엔드 이미지
99
container_name: ontime-container
1010
ports:
11-
- "80:8080" # HTTP 요청을 Spring Boot 8080으로 전달
12-
- "443:8443" # HTTPS 요청을 Spring Boot 8443으로 전달
11+
- "8080:8080"
12+
- "8443:8443"
1313
volumes:
1414
- /home/ubuntu/OnTime-back/ontime-back/src/main/resources/:/app/src/main/resources/
1515
- /home/ubuntu/OnTime-back/ontime-back/src/main/resources/key/:/app/resources/key/

ontime-back/src/main/java/devkor/ontime_back/config/SwaggerConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@Configuration
1616
@OpenAPIDefinition(
1717
servers = {
18-
@Server(url = "https://api.ontime.devkor.club", description = "Production Server"),
18+
@Server(url = "https://3.38.172.54.nip.io", description = "New Production Server"),
1919
@Server(url = "http://localhost:8080", description = "Local Serever")
2020
}
2121
)

0 commit comments

Comments
 (0)