From 76dfdfe2a27c98059ce7febfba481d607c5253ee Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 30 Jul 2026 07:25:54 +0000 Subject: [PATCH] drpc: allow per-host DSHACKLE_IMAGE override for canary fork rollout Default remains drpcorg/dshackle:0.79.10; canary hosts can set DSHACKLE_IMAGE via host_vars env_overrides without editing compose. Co-authored-by: Cursor --- drpc-free.yml | 2 +- drpc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drpc-free.yml b/drpc-free.yml index 19970176..2222e9c7 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: drpcorg/dshackle:0.79.10 + image: ${DSHACKLE_IMAGE:-drpcorg/dshackle:0.79.10} restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index d2371ab3..5755d2aa 100644 --- a/drpc.yml +++ b/drpc.yml @@ -23,7 +23,7 @@ services: sleep 10; done' dshackle: - image: drpcorg/dshackle:0.79.10 + image: ${DSHACKLE_IMAGE:-drpcorg/dshackle:0.79.10} restart: unless-stopped volumes: - ./main_configs:/etc/dshackle