Skip to content

Commit d6a7d7c

Browse files
committed
環境変数の設定
TZ=Asia/Tokyo
1 parent 2091787 commit d6a7d7c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ services:
1414
env_file:
1515
- ./frontend/.env
1616
environment:
17+
- TZ=Asia/Tokyo
1718
- BACKEND_URL=http://backend:8080
1819
backend:
1920
build:
@@ -27,3 +28,5 @@ services:
2728
- /app/node_modules
2829
env_file:
2930
- ./backend/.env
31+
environment:
32+
- TZ=Asia/Tokyo

0 commit comments

Comments
 (0)