.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
MERIDIAN_HTTP_BIND
Docker Compose is public by default for self-hosted installs. Use MERIDIAN_HTTP_BIND=127.0.0.1 only when testing locally or when a local…
MERIDIAN_HTTP_PORT
MERIDIAN_DEPLOY_VERIFY_URL
Optional public URL used by private deployment smoke checks.
POSTGRES_DB
POSTGRES_USER
POSTGRES_PASSWORD
secret
MERIDIAN_AUTO_MIGRATE
Leave MERIDIAN_DATABASE_URL unset for the bundled Compose PostgreSQL service. Set it only when using an external database. URL-encode…
WORKBENCH_AUTH_USERS
Leave empty to use the first-run browser setup flow.
WORKBENCH_AUTH_SESSION_SECRET
secret
WORKBENCH_RUNNER_TOKEN
secret
WORKBENCH_AUTH_COOKIE_SECURE
Set true when serving Meridian over HTTPS.
CODEX_BYPASS_APPROVALS_AND_SANDBOX
brew install flyctl && fly launch --from https://github.com/wangzx233/meridian
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/wangzx233/meridian
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/wangzx233/meridian