feat: OCIR defaults configured (us-ashburn-1/idi1o0a010nx)

This commit is contained in:
nogueiraguh
2026-04-02 16:34:49 -03:00
parent c5ec69870f
commit e0f83ed5e6
2 changed files with 4 additions and 4 deletions

View File

@@ -1,10 +1,10 @@
# ── REQUIRED ──────────────────────────────────────────────────────────────── # ── REQUIRED ────────────────────────────────────────────────────────────────
# OCIR region (e.g., us-ashburn-1, sa-saopaulo-1) # OCIR region
OCIR_REGION=us-ashburn-1 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 # Application secret — REQUIRED
# Generate with: openssl rand -hex 64 # Generate with: openssl rand -hex 64

View File

@@ -1,6 +1,6 @@
services: services:
agent: 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 container_name: oci-cis-agent
restart: unless-stopped restart: unless-stopped
environment: environment: