mirror of
https://github.com/TheSmallHanCat/flow2api.git
synced 2026-06-09 10:32:21 +08:00
feat:flow2api初版
This commit is contained in:
14
docker-compose.yml
Normal file
14
docker-compose.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
flow2api:
|
||||
image: thesmallhancat/flow2api:latest
|
||||
container_name: flow2api
|
||||
ports:
|
||||
- "8000:8000"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./config/setting.toml:/app/config/setting.toml
|
||||
environment:
|
||||
- PYTHONUNBUFFERED=1
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user