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