This commit is contained in:
leo
2023-11-04 18:10:56 +08:00
commit da3b1a9f34
34 changed files with 1082 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: '3'
services:
model-api:
image: model-api:1.0.0
container_name: model-api
restart: always
environment:
- TZ=Asia/Shanghai
ports:
- "8000:80"