mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
9 lines
123 B
YAML
Executable File
9 lines
123 B
YAML
Executable File
services:
|
|
app:
|
|
build: ./app
|
|
ports:
|
|
- "8000:8000"
|
|
env_file:
|
|
- .env
|
|
volumes:
|
|
- ./app:/app |