chore: Updated ae_api orchestration to use project-internal build context and Dockerfile.

This commit is contained in:
Scott Idem
2026-03-10 15:23:13 -04:00
parent decba7f7c8
commit 5fd57dc11a
3 changed files with 2 additions and 120 deletions

View File

@@ -104,8 +104,8 @@ services:
ae_api:
restart: always
build:
context: ./
dockerfile: aether_fastapi_gunicorn.Dockerfile
context: ${AE_API_SRC}
dockerfile: Dockerfile
scale: ${AE_API_REPLICAS}
env_file:
- ./.env