gristlabs_grist-core/docker-compose-examples/grist-with-postgres-redis-minio
2024-07-26 16:50:34 +01:00
..
docker-compose.yml Moves documentation into README files, and improves links and 2024-07-26 16:50:34 +01:00
README.md Moves documentation into README files, and improves links and 2024-07-26 16:50:34 +01:00

This examples shows how to start up Grist that:

  • Uses Postgres as a home database,
  • Redis as a state store.
  • MinIO for snapshot storage

It is STRONGLY RECOMMENDED not to use this container in a way that makes it accessible to the internet. This setup lacks basic security or authentication.

Other examples demonstrate how to set up authentication and HTTPS.

See https://support.getgrist.com/self-managed for more information.

This setup is based on one provided by Akito (https://github.com/theAkito).