mirror of
https://github.com/michivonah/docker.git
synced 2026-03-24 00:59:29 +01:00
11 lines
291 B
YAML
11 lines
291 B
YAML
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
|