mirror of
https://github.com/teableio/teable
synced 2024-11-21 14:51:09 +00:00
e8c5fe8720
* feat: add docker compose support for minio --------- Co-authored-by: pengap <penganpingprivte@gmail.com>
13 lines
205 B
Bash
13 lines
205 B
Bash
TIMEZONE=Asia/Singapore
|
|
|
|
# PostgreSQL Env
|
|
POSTGRES_DB=teable
|
|
POSTGRES_USER=teable
|
|
POSTGRES_PASSWORD=teable
|
|
|
|
# Redis env
|
|
REDIS_PASSWORD=teable
|
|
|
|
# Minio env
|
|
MINIO_ACCESS_KEY=teable
|
|
MINIO_SECRET_KEY=teable123 |