Skip to content

Commit

Permalink
[ci] application timezone 수정
Browse files Browse the repository at this point in the history
application timezone 수정
  • Loading branch information
YeaChan05 committed Jun 19, 2024
1 parent 2723c22 commit e3789c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ services:
- redis
volumes:
- /home/ec2-user/application-prod.yml:/config/application-prod.yml
environment:
TZ: "Asia/Seoul"

app2:
image: "yeachan05/application:latest"
Expand All @@ -43,6 +45,8 @@ services:
- redis
volumes:
- /home/ec2-user/application-prod.yml:/config/application-prod.yml
environment:
TZ: "Asia/Seoul"

app3:
image: "yeachan05/application:latest"
Expand All @@ -54,6 +58,8 @@ services:
- redis
volumes:
- /home/ec2-user/application-prod.yml:/config/application-prod.yml
environment:
TZ: "Asia/Seoul"

redis:
container_name: redis
Expand Down

0 comments on commit e3789c4

Please sign in to comment.