diff --git a/apps/dokploy/templates/teable/docker-compose.yml b/apps/dokploy/templates/teable/docker-compose.yml index 13bf69642..62de19a11 100644 --- a/apps/dokploy/templates/teable/docker-compose.yml +++ b/apps/dokploy/templates/teable/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.9' services: teable: - image: ghcr.io/teableio/teable:1.2.0-beta + image: ghcr.io/teableio/teable:1.3.1-alpha-build.460 restart: always ports: - ${TEABLE_PORT} diff --git a/apps/dokploy/templates/teable/index.ts b/apps/dokploy/templates/teable/index.ts index aeccc9e3c..598a34df4 100644 --- a/apps/dokploy/templates/teable/index.ts +++ b/apps/dokploy/templates/teable/index.ts @@ -22,7 +22,7 @@ export function generate(schema: Schema): Template { "POSTGRES_USER=teable", `POSTGRES_PASSWORD=${password}`, "# App", - "PUBLIC_ORIGIN=https://${TABLE_HOST}", + "PUBLIC_ORIGIN=https://${TAEBLE_HOST}", "PRISMA_DATABASE_URL=postgresql://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}:${POSTGRES_PORT}/${POSTGRES_DB}", "PUBLIC_DATABASE_PROXY=127.0.0.1:42345", "# Need to support sending emails to enable the following configurations", diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index ed8b720d3..6e4867ba9 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -396,7 +396,7 @@ export const templates: TemplateData[] = [ { id: "teable", name: "teable", - version: "v1.2.0-beta", + version: "v1.3.1-alpha-build.460", description: "Teable is a Super fast, Real-time, Professional, Developer friendly, No-code database built on Postgres. It uses a simple, spreadsheet-like interface to create complex enterprise-level database applications. Unlock efficient app development with no-code, free from the hurdles of data security and scalability.", logo: "teable.png",