This commit is contained in:
@@ -1,11 +1,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
ai:
|
||||
image: 2271608011/ai-modelscope:v1.0
|
||||
container_name: ai
|
||||
image: registry.buyusdt.xyz/ai-check-hand:v1.0
|
||||
container_name: ai-check-hand
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 9741:9741
|
||||
volumes:
|
||||
- .:/code
|
||||
command: /bin/bash -c "cd /code && uvicorn main:app --proxy-headers --host '0.0.0.0' --port 9741"
|
||||
- 9741:9741
|
||||
Reference in New Issue
Block a user