mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
9b0423ee94
descriptions.
12 lines
266 B
YAML
12 lines
266 B
YAML
services:
|
|
grist:
|
|
image: gristlabs/grist:latest
|
|
environment:
|
|
# Use Python 3 instead of 2.
|
|
PYTHON_VERSION: 3
|
|
volumes:
|
|
# Where to store persistent data, such as documents.
|
|
- ./grist_local_data:/persist
|
|
ports:
|
|
- 8484:8484
|