Grist

Grist is a next-generation spreadsheet with relational structure, formula-based access control, and a portable, self-contained format (alternative to Airtable).

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: "3.3"
services:
  grist:
    image: gristlabs/grist
    ports:
      - 8484:8484
    volumes:
      - $PWD/persist:/persist
    restart: unless-stopped  

Resources

Website: https://www.getgrist.com/

GitHub: https://github.com/gristlabs/grist-core

Docker Hub: https://hub.docker.com/r/gristlabs/grist

Configuration: https://github.com/gristlabs/grist-core#using-grist