omni/deploy/README.md
Justin Garrison 9e033d7c10
docs: update omni template so docs are easier
Uses shell veriables so the template can be fed through envsubst to help
people get started faster.

Signed-off-by: Justin Garrison <justin.garrison@siderolabs.com>
2024-09-12 09:28:16 -07:00

723 B

Omni On-Prem Compose File

Follow the full documentation in the Omni docs.

The template requires the following environment variables to be set (change these for your environment):

OMNI_VERSION=v0.42.0
OMNI_ACCOUNT_UUID=$(uuidgen)
OMNI_DOMAIN_NAME=omni.siderolabs.com
OMNI_WG_IP=10.10.1.100
OMNI_ADMIN_EMAIL=omni@siderolabs.com
AUTH0_CLIENT_ID=xxxyyyzzz
AUTH0_DOMAIN=dev-aaabbbccc.us.auth0.com

You may also want to update certificate paths, etcd storage, and other settings.

  • Copy env.template and edit all fields necessary
  • Run docker compose, supplying the environment file edited above: docker compose --env-file <path-to-env> up -d