mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user