run-server-only-for-production-style-usage

star 21

Run FalkorDB server-only container without browser UI for lean production deployments

FalkorDB By FalkorDB schedule Updated 2/4/2026

name: Run server-only for production-style usage description: Run FalkorDB server-only container without browser UI for lean production deployments

Run server-only for production-style usage

Use the server-only image for lean deployments without the browser interface.

Usage

Use the falkordb-server image when you only need the database server without the UI.

Example

docker run -p 6379:6379 -it --rm falkordb/falkordb-server:latest

Notes

  • The server-only image is lighter and more suitable for production
  • Only port 6379 (database) is exposed
  • No browser UI is included in this image
  • Reduces container size and attack surface
  • Recommended for production and automated deployments
  • Can be accessed via any Redis client or FalkorDB SDK
Install via CLI
npx skills add https://github.com/FalkorDB/skills --skill run-server-only-for-production-style-usage
Repository Details
star Stars 21
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator