feat: OCIR defaults configured (us-ashburn-1/idi1o0a010nx)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user