2026-05-15 03:17:14 +08:00
|
|
|
# Aether 本地构建覆盖配置
|
|
|
|
|
# 使用方法:
|
|
|
|
|
# 启动服务: docker compose -f docker-compose.yml -f docker-compose.local.yml up -d --build
|
|
|
|
|
# 或使用: ./deploy.sh
|
|
|
|
|
|
|
|
|
|
services:
|
|
|
|
|
app:
|
|
|
|
|
build:
|
|
|
|
|
context: .
|
|
|
|
|
dockerfile: Dockerfile.app.local
|
|
|
|
|
image: ${LOCAL_APP_IMAGE:-aether-app:latest}
|