mirror of
https://github.com/fawney19/Aether.git
synced 2026-09-08 12:10:19 +08:00
12 lines
311 B
YAML
12 lines
311 B
YAML
# 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}
|