启动脚本
This commit is contained in:
12
docker-compose.python.yml
Normal file
12
docker-compose.python.yml
Normal 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
|
||||
Reference in New Issue
Block a user