Files
fil/docs/snippets/cli/serve_python.md
Henrik Jess Nielsen b4c07d3693
All checks were successful
Deploy fil (kreuzberg) / deploy (push) Successful in 49s
Nomad changes
2026-06-01 23:40:55 +02:00

239 B

# Start server via Python CLI proxy
python -m kreuzberg serve

# Specify host and port
python -m kreuzberg serve --host 0.0.0.0 --port 3000

# With custom config
python -m kreuzberg serve --config production.toml