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: