mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
Cleans up compose files
- Removes some whitespace - Removes unnecessary environment variables
This commit is contained in:
@@ -1,11 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
grist:
|
grist:
|
||||||
image: gristlabs/grist:latest
|
image: gristlabs/grist:latest
|
||||||
environment:
|
|
||||||
# Use Python 3 instead of 2.
|
|
||||||
PYTHON_VERSION: 3
|
|
||||||
volumes:
|
volumes:
|
||||||
# Where to store persistent data, such as documents.
|
# Where to store persistent data, such as documents.
|
||||||
- ./grist_local_data:/persist
|
- ${GRIST_DATA_DIR:-./grist_local_data}:/persist
|
||||||
ports:
|
ports:
|
||||||
- 8484:8484
|
- 8484:8484
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grist:
|
grist:
|
||||||
image: gristlabs/grist:latest
|
image: gristlabs/grist:latest
|
||||||
|
|||||||
@@ -1,12 +1,7 @@
|
|||||||
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
grist:
|
grist:
|
||||||
image: gristlabs/grist:latest
|
image: gristlabs/grist:latest
|
||||||
environment:
|
environment:
|
||||||
# Use Python 3 instead of 2.
|
|
||||||
PYTHON_VERSION: 3
|
|
||||||
|
|
||||||
# Postgres database setup
|
# Postgres database setup
|
||||||
TYPEORM_DATABASE: grist
|
TYPEORM_DATABASE: grist
|
||||||
TYPEORM_USERNAME: grist
|
TYPEORM_USERNAME: grist
|
||||||
|
|||||||
Reference in New Issue
Block a user