feat: add grist compose

This commit is contained in:
Michi 2026-03-22 08:49:41 +01:00 committed by GitHub
parent b6f6aed471
commit c72fa77e90
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

11
grist/docker-compose.yml Normal file
View file

@ -0,0 +1,11 @@
services:
grist:
container_name: grist
ports:
- 8484:8484
volumes:
- ./grist:/persist
environment:
- GRIST_SESSION_SECRET=invent-a-secret-here
- GRIST_DEFAULT_EMAIL=admin@example.com
image: gristlabs/grist