gristlabs_grist-core/docker-compose-examples/grist-local-testing/docker-compose.yml
Dmitry 8b48d1bc33
Make "grist-local-testing" docker-compose example work out of the box (#1165)
* Maintain ./persist subdirectory using a dummy .gitkeep file
* Have PERSIST_DIR default to it
* Update README with more detail how to run and info about PERSIST_DIR
2024-08-23 17:50:08 -04:00

9 lines
203 B
YAML

services:
grist:
image: gristlabs/grist:latest
volumes:
# Where to store persistent data, such as documents.
- ${PERSIST_DIR:-./persist}/grist:/persist
ports:
- 8484:8484