teableio_teable/dockers/examples/docker-swarm/docker-compose.gateway.yml
Bieber b4cb680f53
refactor: ai sdk 6 (#2118)
* chore: update tracing details

* feat: add attachemnt ro

* feat: upgrade to zod 4 and ai-sdk 5

* chore: openapi -> meta

* feat: ai-sdk 6

* chore: standard resource type

* feat: grid view state subscriber

* feat: pick upgrade node to 22

* fix: remove swagger to makesure backend start

* fix: remove swagger to makesure backend start

* chore: fix typecheck

* chore: clean ui effect

* chore: i18n for tools

* fix: card ui

* chore: update ai sdk provider

* fix: should not delete the last view in table

* feat: better zod error

* chore: clean base card

* fix: restore into base logic

* chore: i18n for tools

* chore: i18n for tools

* fix: swagger is back

* fix: pnpm lock

* fix: unit test

* fix: remove token

* fix: typecheck

* feat: proxy setting

* chore: update i18n for chat

* chore: tools i18n

* chore: upgrade ai sdk

* chore: i18n for ai gateway

* chore: rename app generation to app builder

* chore: remove deprecated version

* feat: adjust feature limitations

* chore: tools i18n

* fix: lint issue

* fix: api tag

* chore: zod i18n

* chore: add credit limit exceeded error handling

---------

Co-authored-by: SkyHuang <sky.huang.fe@gmail.com>
2025-12-09 14:43:29 +08:00

23 lines
481 B
YAML

services:
teable-gateway:
image: openresty/openresty:1.25.3.1-2-bookworm-fat
deploy:
placement:
constraints:
- node.role == manager
ports:
- '80:80'
- '443:443'
- '9000:9000'
- '9001:9001'
volumes:
- ./gateway/conf.d:/etc/nginx/conf.d
networks:
- teable-swarm
healthcheck:
test: ['CMD', 'curl', '-f', 'http://127.0.0.1/healthcheck']
interval: 10s
timeout: 3s
retries: 3