mirror of
https://github.com/teableio/teable
synced 2024-11-21 14:51:09 +00:00
9b4f9eabad
* feat: upgrade Node, add Redis caching & WebSocket via redis-pubsub * fix: optimize `X-Request-Id` generation rules * ci: add db-migrate image build and push --------- Co-authored-by: pengap <penganpingprivte@gmail.com>
7 lines
96 B
YAML
7 lines
96 B
YAML
version: '3.9'
|
|
|
|
networks:
|
|
teable-net:
|
|
name: ${NETWORK_MODE:-teablenet}
|
|
external: true
|