# FILE: infra/compose/compose.yaml # Main entry point for Docker Compose # Includes base configurations from infra/base/ include: - ../base/infrastructure.yaml - ../base/services.yaml # Monitoring stack is optional for local dev but included for completeness # Can be disabled via profiles if needed, but keeping simple for now - ../base/monitoring.yaml # Define project name to match existing convention if needed, # though 'compose' directory name usually defaults to 'compose' name: ai-tax-agent