Databases and search, checked 2026-09-07

NocoDB: Docker configuration reference

Self-hosted spreadsheet-style interface over an existing SQL database, with a REST/GraphQL API and automations.

At a glance

Ports

Ports
PortWhat listensSource
8080HTTP listener for the UI and the API. Route the proxy here.source for port 8080

Environment variables

Environment variables
VariableRequiredWhat it doesExampleSource
NC_DBYesConnection string for the external database backing NocoDB's own metadata. Without it, NocoDB falls back to an embedded SQLite file instead.pg://db:5432?u=nocodb&p=nocodb&d=nocodbsource for NC_DB
NC_AUTH_JWT_SECRETNoSecret used to sign authentication JWTs. Set explicitly so sessions survive a redeploy instead of invalidating on restart.a random UUIDsource for NC_AUTH_JWT_SECRET
NC_SITE_URLNoPublic URL NocoDB uses when generating links such as shared view and form URLs.https://nocodb.example.comsource for NC_SITE_URL
NC_REDIS_URLNoRedis connection used for caching and background job coordination between the app and worker containers.redis://redis:6379source for NC_REDIS_URL

Volumes that must persist

Volumes
PathWhat is in itSource
/usr/app/dataNocoDB's own application data, including the embedded SQLite metadata store when NC_DB is not set.source for /usr/app/data

Behind a reverse proxy

What it needs alongside it

Dependencies
DependencyWhySource
PostgreSQL and RedisThe documented quickstart pairs NocoDB with postgres:17.10 for metadata and redis:7 for caching and queues.source for PostgreSQL and Redis

Release timeline

Releases
VersionDateBreakingWhat changedSource
2026.08.22026-09-03NoFeature release adding charts on the interface dashboard.source for release 2026.08.2
2026.08.12026-08-19NoAdded realtime presence indicators in the grid view.source for release 2026.08.1
2026.08.02026-08-05NoAdded Interfaces, a paid-tier feature for building custom internal apps over a base.source for release 2026.08.0
2026.07.02026-07-14NoAdded calendar sync, image annotations and workflow comment tracking, mostly gated to paid plans.source for release 2026.07.0
2026.06.22026-06-29NoAdded an Oracle Database enterprise add-on.source for release 2026.06.2

If it is not coming up

Read from the upstream documentation, repository and container registry by Keita Emsden on 2026-09-07. Every row links the page it came from. Upstream changes without telling anyone, so check the source link before you rely on a value.

Other app references

All app references