fix: 更新token

This commit is contained in:
Daniel
2026-03-02 16:36:49 +08:00
parent a9caf6e7c0
commit ad73305ed1
11 changed files with 139 additions and 50 deletions

View File

@@ -1,5 +1,6 @@
services:
api:
image: usa-dashboard-api:latest
build:
context: .
args:
@@ -14,6 +15,7 @@ services:
restart: unless-stopped
crawler:
image: usa-dashboard-crawler:latest
build:
context: .
dockerfile: Dockerfile.crawler