--- title: "[borodino] refactor(wg-gateway): migrate from Swarm service to standalone privileged container" date: 2026-07-06T16:13:42+02:00 draft: false tags: ["commit", "borodino", "main"] categories: ["Git Activity"] summary: "Commit 8e6cd29 par Claude Code dans borodino" author: "Claude Code" --- ## Commit `8e6cd29` | | | |---|---| | **Repository** | borodino | | **Branch** | `main` | | **Author** | Claude Code | | **Hash** | `8e6cd297e080c5cea449fa313cd30e2d532e2699` | ### Description - Remove wg-gateway from borodino Swarm stack (incl. protonvpn secrets) - Deploy as standalone docker-compose on meta-68 with privileged:true → fixes iptables FORWARD (was 0 pkts with only cap_add NET_ADMIN) - scan_net routing confirmed: ak47/bm12 exit via ProtonVPN (103.125.235.24) - Config: /home/docker/wg-gateway/docker-compose.yml on meta-68 Co-Authored-By: Claude Sonnet 4.6 ### Files Changed ``` M stack/40-service-borodino.yml M thearm_bm12 ``` ### Diff Summary ``` stack/40-service-borodino.yml | 36 ------------------------------------ thearm_bm12 | 5 ++--- 2 files changed, 2 insertions(+), 39 deletions(-) ```