From e0f83ed5e68419c7133f13aece4d85679627ea89 Mon Sep 17 00:00:00 2001 From: nogueiraguh Date: Thu, 2 Apr 2026 16:34:49 -0300 Subject: [PATCH] feat: OCIR defaults configured (us-ashburn-1/idi1o0a010nx) --- .env.example | 6 +++--- docker-compose.single.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index aa8cc1e..4f67c2f 100644 --- a/.env.example +++ b/.env.example @@ -1,10 +1,10 @@ # ── REQUIRED ──────────────────────────────────────────────────────────────── -# OCIR region (e.g., us-ashburn-1, sa-saopaulo-1) +# OCIR region OCIR_REGION=us-ashburn-1 -# OCIR namespace (find in OCI Console > Developer Services > Container Registry) -OCIR_NAMESPACE= +# OCIR namespace +OCIR_NAMESPACE=idi1o0a010nx # Application secret — REQUIRED # Generate with: openssl rand -hex 64 diff --git a/docker-compose.single.yml b/docker-compose.single.yml index 05fa316..95e57ba 100644 --- a/docker-compose.single.yml +++ b/docker-compose.single.yml @@ -1,6 +1,6 @@ services: agent: - image: ${OCIR_REGION}.ocir.io/${OCIR_NAMESPACE}/oci-cis-agent:${IMAGE_TAG:-latest} + image: ${OCIR_REGION:-us-ashburn-1}.ocir.io/${OCIR_NAMESPACE:-idi1o0a010nx}/oci-cis-agent:${IMAGE_TAG:-latest} container_name: oci-cis-agent restart: unless-stopped environment: