gristlabs_grist-core/docker-compose-examples/grist-local-testing/docker-compose.yml
2024-07-26 16:50:34 +01:00

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