2025-12-30 16:52:20 +08:00
|
|
|
services:
|
|
|
|
|
aida_server:
|
|
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
working_dir: /app
|
|
|
|
|
volumes:
|
|
|
|
|
- ./app:/app/app
|
2026-01-24 03:01:34 +08:00
|
|
|
- ./.env:/app/.env
|
2025-12-30 16:52:20 +08:00
|
|
|
- /etc/localtime:/etc/localtime:ro
|
|
|
|
|
- ./seg_cache:/seg_cache
|
|
|
|
|
ports:
|
2026-01-24 03:03:26 +08:00
|
|
|
- "${SERVE_PORT}:80"
|