Transform your existing databases into a powerful no-code platform. This tool provides an intuitive spreadsheet interface to create and manage online databases, either from scratch or by connecting directly to any Postgres or MySQL database. This means you retain full ownership and control of your data, without artificial limits.
Adapt your data to the workflow that suits you best. It offers several pre-built, interactive views to organize and visualize your information:
Beyond the user-friendly interface, you can access and manipulate your data programmatically through a robust API and direct SQL access. Set up webhooks to build custom automations and workflows. You can easily import data from sources like Airtable, CSV, and Excel, and collaborate with your team by sharing projects and inviting members.
services:
nocodb:
image: nocodb/nocodb:latest
container_name: nocodb
environment:
NC_AUTH_JWT_SECRET: ${NC_AUTH_JWT_SECRET}
ports:
- "8080:8080"
volumes:
- ./nc_data:/usr/app/data
restart: unless-stoppedNC_AUTH_JWT_SECRET=your_super_secret_jwt_token_hereAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago