teable/dockers/.env
Pengap 4c27e38c14
feat: support postgres db (#177)
* 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>
2023-10-08 15:11:19 +08:00

8 lines
137 B
Bash

IMAGE_INTEGRATION_TAG=18-slim
TIMEZONE=Asia/Singapore
# PostgreSQL Env
POSTGRES_DB=teable
POSTGRES_USER=teable
POSTGRES_PASSWORD=teable