fix: reuse production images across worker services

This commit is contained in:
hajimi
2026-08-02 12:12:35 +08:00
parent 89b09fd16f
commit 4db604a3a4
+5
View File
@@ -60,6 +60,9 @@ services:
scheduler:
<<: *php-service
# Reuse the server PHP image; building the same tag concurrently causes
# BuildKit export collisions during a full production bootstrap.
build: null
command:
- sh
- -c
@@ -70,6 +73,8 @@ services:
kb-worker:
<<: *crawler-service
# Reuse the crawler image built by the crawler service.
build: null
command:
- python
- scripts/kb_worker.py