启动脚本

This commit is contained in:
zjw
2026-04-16 09:50:13 +08:00
parent 7adc88bab7
commit e753609249
4 changed files with 42 additions and 3 deletions

12
docker-compose.python.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.9"
services:
python-service:
image: label-ai-service:latest
build:
context: .
dockerfile: Dockerfile
container_name: label-ai-service
ports:
- "18000:18000"
restart: unless-stopped