From 1ea42bbb8786f28e951b2339970ee1cd03d0111c Mon Sep 17 00:00:00 2001 From: Max Mayfield Date: Mon, 2 Mar 2026 05:21:33 +0000 Subject: [PATCH] =?UTF-8?q?Restore=20build:=20directives=20alongside=20ima?= =?UTF-8?q?ge:=20tags=20=E2=80=94=20allows=20both=20local=20build=20and=20?= =?UTF-8?q?registry=20pull?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- products/docker-compose.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/products/docker-compose.yml b/products/docker-compose.yml index 6842d13..20b52ff 100644 --- a/products/docker-compose.yml +++ b/products/docker-compose.yml @@ -115,6 +115,9 @@ services: # P2: IaC Drift Detection (SaaS) drift: image: localhost:5000/dd0c-drift:latest + build: + context: ./02-iac-drift-detection/saas + dockerfile: Dockerfile ports: - "3002:3000" environment: @@ -131,6 +134,9 @@ services: # P3: Alert Intelligence alert: image: localhost:5000/dd0c-alert:latest + build: + context: ./03-alert-intelligence + dockerfile: Dockerfile ports: - "3003:3000" environment: @@ -147,6 +153,9 @@ services: # P4: Lightweight IDP / Service Catalog portal: image: localhost:5000/dd0c-portal:latest + build: + context: ./04-lightweight-idp + dockerfile: Dockerfile ports: - "3004:3000" environment: @@ -165,6 +174,9 @@ services: # P5: AWS Cost Anomaly Detection cost: image: localhost:5000/dd0c-cost:latest + build: + context: ./05-aws-cost-anomaly + dockerfile: Dockerfile ports: - "3007:3000" environment: @@ -182,6 +194,9 @@ services: # P6: Runbook Automation (SaaS) run: image: localhost:5000/dd0c-run:latest + build: + context: ./06-runbook-automation/saas + dockerfile: Dockerfile ports: - "3006:3000" environment: