Files
AiDA_Python/docker-compose.yml
zcr c987f498bc
All checks were successful
git commit AiDA python develop 分支构建部署 / scheduled_deploy (push) Has been skipped
feat:
fix:
2026-01-27 11:28:36 +08:00

14 lines
321 B
YAML

services:
aida_server:
container_name: "AiDA_${SERVE_ENV}_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"