From ae7b29cdd53b2a1a0663ec0283713b719ba6f687 Mon Sep 17 00:00:00 2001 From: xiaoz Date: Fri, 16 Jan 2026 13:21:07 +0800 Subject: [PATCH] update config --- bt.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bt.yaml b/bt.yaml index 5414bdc..c0fc53a 100644 --- a/bt.yaml +++ b/bt.yaml @@ -13,6 +13,9 @@ services: # 环境变量 environment: - WORKERS=2 + depends_on: + - postgres + - redis restart: always postgres: