mirror of
https://github.com/teableio/teable
synced 2024-11-21 14:51:09 +00:00
4c27e38c14
* feat: support postgres db * fix: postgres install date time * fix: unit test * chore: yarn.lock * feat: add Makefile script * chore: merge conflicts * test: integration tests * chore(deps): update yarn to v4.0.0-rc.42 --------- Co-authored-by: pengap <penganpingprivte@gmail.com>
8 lines
137 B
Bash
8 lines
137 B
Bash
IMAGE_INTEGRATION_TAG=18-slim
|
|
|
|
TIMEZONE=Asia/Singapore
|
|
|
|
# PostgreSQL Env
|
|
POSTGRES_DB=teable
|
|
POSTGRES_USER=teable
|
|
POSTGRES_PASSWORD=teable |