Skip to content

Commit 53eb011

Browse files
committed
fix : docekr compose 환경변수
1 parent b755f10 commit 53eb011

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.prod.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ services:
33
image: heeyoon1302/happyprocess:latest
44
env_file:
55
- .env
6+
- JWT_SECRET=${JWT_SECRET}
7+
- JWT_ACCESS_EXPIRATION=${JWT_ACCESS_EXPIRATION}
8+
- JWT_REFRESH_EXPIRATION=${JWT_REFRESH_EXPIRATION}
69
environment:
710
SPRING_PROFILES_ACTIVE: prod
811
ports:

0 commit comments

Comments
 (0)