chore: Updated ae_api orchestration to use project-internal build context and Dockerfile.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user