mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
12 lines
234 B
YAML
Executable File
12 lines
234 B
YAML
Executable File
services:
|
|
app:
|
|
build: ./app
|
|
container_name: linebot-app
|
|
ports:
|
|
- "8000:8000"
|
|
environment:
|
|
- TZ=Asia/Taipei # 💡 加上這行強制設定時區
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./app:/app |