feat(bonsai): invalidation sélective du cache via CACHEBUST

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-15 06:52:10 +02:00
parent e19aeadc63
commit bba8216cea
4 changed files with 10 additions and 2 deletions
+4
View File
@@ -26,6 +26,8 @@ services:
dockerfile: Dockerfile.api
secrets:
- ssh_key
args:
CACHEBUST: ${CACHEBUST:-stable}
container_name: bonsai-api
restart: unless-stopped
depends_on:
@@ -58,6 +60,8 @@ services:
dockerfile: Dockerfile.webapp
secrets:
- ssh_key
args:
CACHEBUST: ${CACHEBUST:-stable}
container_name: bonsai-webapp
restart: unless-stopped
depends_on: