Air gap configuration
Learn how to install Cobrowse Enterprise with an air gap configuration, isolated from public internet and untrusted local networks.
Docker images
# values.yml
# Fetch containers from repo docker.internal (e.g.,
# "docker.internal/cobrowse-api-enterprise:1.2.3")
image:
repo: "docker.internal"
# Or, fetch containers from host machine (e.g., "cobrowse-api-enterprise:1.2.3")
image:
repo: ""Database storage
Last updated