Teable: AI No-Code Database
Self-host Teable on Pigsty v4.2 with external PostgreSQL and MinIO.
Teable is a no-code database platform for team collaboration.
Pigsty v4.2 provides the app/teable template (conf/app/teable.yml) and depends on PostgreSQL + MinIO + Docker by default (no Redis dependency).
Quick Start
curl -fsSL https://repo.pigsty.io/get | bash; cd ~/pigsty
./bootstrap
./configure -c app/teable
vi pigsty.yml # update passwords, domain, and mail settings
./deploy.yml # deploy infra, PostgreSQL, and MinIO
./docker.yml
./app.yml
Default endpoints:
http://<IP>:8890http://tea.pigsty
Key Settings
The template writes the following into /opt/teable/.env:
POSTGRES_HOST/POSTGRES_PORT/POSTGRES_DB/POSTGRES_USER/POSTGRES_PASSWORDPRISMA_DATABASE_URLPUBLIC_ORIGIN(public URL)PUBLIC_DATABASE_PROXYTEABLE_PORT(default8890)
Operations
cd /opt/teable
make up
make log
make down
References
- Teable docs: https://help.teable.io/
- Pigsty template: https://github.com/pgsty/pigsty/blob/main/conf/app/teable.yml
Feedback
Was this page helpful?
Thanks for the feedback! Please let us know how we can improve.
Sorry to hear that. Please let us know how we can improve.