Move beyond the limitations of traditional spreadsheets with a flexible, no-code relational database. Grist combines the familiar interface of a spreadsheet with the robust structure of a database, allowing you to build custom data tools that adapt to your team's unique needs. Maintain complete control by self-hosting on your own servers for full data ownership and compliance.
Key features include:
services:
grist:
image: gristlabs/grist
container_name: grist
ports:
- "8484:8484"
volumes:
- ./persist:/persist
environment:
- GRIST_SESSION_SECRET=${GRIST_SESSION_SECRET}
restart: unless-stopped
GRIST_SESSION_SECRET=your_super_secret_session_key_here
Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago