Files
AiDA_Python/docker-compose.yml
zcr 15934085e0
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
fix: 修复design merge 模式 ,旋转sketch位置计算错误
2026-01-24 03:03:26 +08:00

13 lines
274 B
YAML

services:
aida_server:
build:
context: .
dockerfile: Dockerfile
working_dir: /app
volumes:
- ./app:/app/app
- ./.env:/app/.env
- /etc/localtime:/etc/localtime:ro
- ./seg_cache:/seg_cache
ports:
- "${SERVE_PORT}:80"