Skip to content

Commit f05bd35

Browse files
committed
도커컴포즈
1 parent 847d2bb commit f05bd35

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ out/
4040
### Secret ###
4141
src/main/resources/application.yml
4242

43+
## docker
44+
docker-compose.yml
45+

docker-compose.prod.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ services:
55
- .env
66
environment:
77
SPRING_PROFILES_ACTIVE: prod
8-
JWT_SECRET: "dGhpcyBpcyBhIHZlcnkgbG9uZyBzZWNyZXQga2V5IGZvciBIUzI1NiBhbGdvcml0aG0h"
9-
JWT_ACCESS_EXPIRATION: "3600000"
10-
JWT_REFRESH_EXPIRATION: "1209600000"
118
ports:
129
- "8080:8080"
13-
restart: always
10+
restart: always

0 commit comments

Comments
 (0)