Learn how to deploy Postgres for advanced TensorZero features.
TENSORZERO_POSTGRES_URL environment variable with your Postgres connection details.TENSORZERO_POSTGRES_URL="postgres://[username]:[password]@[hostname]:[port]/[database]"# Example:TENSORZERO_POSTGRES_URL="postgres://myuser:mypass@localhost:5432/tensorzero"gateway --run-postgres-migrations.docker-compose run --rm gateway --run-postgres-migrationsdocker run --rm --network host \ -e TENSORZERO_POSTGRES_URL \ tensorzero/gateway --run-postgres-migrations