Self-Hosting Teable: PostgreSQL-Powered No-Code Database
As of March 18, the default environment configuration template has been updated to the following:
TIMEZONE=UTC
# Postgres configuration
POSTGRES_HOST=teable-db
POSTGRES_PORT=5432
POSTGRES_DB=example
POSTGRES_USER=example
POSTGRES_PASSWORD=example-password
# Backend application configuration
PUBLIC_ORIGIN=http://127.0.0.1
PRISMA_DATABASE_URL=p ...
Posted on Tue, 12 May 2026 20:26:50 +0000 by Frango