mirror of
https://github.com/siderolabs/omni.git
synced 2025-08-05 17:17:02 +02:00
Some checks are pending
default / default (push) Waiting to run
default / e2e-backups (push) Blocked by required conditions
default / e2e-cluster-import (push) Blocked by required conditions
default / e2e-forced-removal (push) Blocked by required conditions
default / e2e-omni-upgrade (push) Blocked by required conditions
default / e2e-scaling (push) Blocked by required conditions
default / e2e-short (push) Blocked by required conditions
default / e2e-short-secureboot (push) Blocked by required conditions
default / e2e-templates (push) Blocked by required conditions
default / e2e-upgrades (push) Blocked by required conditions
default / e2e-workload-proxy (push) Blocked by required conditions
This is the official v1.0.0-beta.1 release. Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com> |
||
---|---|---|
.. | ||
helm | ||
compose.yaml | ||
env.template | ||
README.md |
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