Adds docker compose examples (#1113)

This adds three example docker-compose files:

- A basic Grist instance backed by sqlite, with no additional services.
- A Grist instance that uses Postgres, Redis and MinIO.
- A Grist instance that uses OIDC authentication and traefik.

These are intended to be customised by self-hosters for their own needs.

All examples should work without any additional configuration.
This commit is contained in:
Spoffy
2024-08-12 20:54:43 +01:00
committed by GitHub
parent 6bbcf9c1d7
commit dfb816888e
23 changed files with 1895 additions and 0 deletions

5
.gitignore vendored
View File

@@ -83,3 +83,8 @@ xunit.xml
# ext directory can be overwritten
ext/**
# Docker compose examples - persistent values and secrets
/docker-compose-examples/*/persist
/docker-compose-examples/*/secrets
/docker-compose-examples/grist-traefik-oidc-auth/.env