post: commit 80dfb1e in borodino
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
Some checks failed
Hugo Build & Deploy / build-deploy (push) Has been cancelled
This commit is contained in:
46
content/posts/commits/2026-07-06-commit-80dfb1e.md
Normal file
46
content/posts/commits/2026-07-06-commit-80dfb1e.md
Normal file
@@ -0,0 +1,46 @@
|
||||
---
|
||||
title: "[borodino] chore(wg-gateway): add standalone docker-compose config"
|
||||
date: 2026-07-06T16:35:36+02:00
|
||||
draft: false
|
||||
tags: ["commit", "borodino", "main"]
|
||||
categories: ["Git Activity"]
|
||||
summary: "Commit 80dfb1e par Claude Code dans borodino"
|
||||
author: "Claude Code"
|
||||
---
|
||||
|
||||
## Commit `80dfb1e`
|
||||
|
||||
| | |
|
||||
|---|---|
|
||||
| **Repository** | borodino |
|
||||
| **Branch** | `main` |
|
||||
| **Author** | Claude Code |
|
||||
| **Hash** | `80dfb1e02ac79b546368a6a8e409e03a6203d3d6` |
|
||||
|
||||
|
||||
### Description
|
||||
|
||||
Déployé sur meta-68 à /home/docker/wg-gateway/.
|
||||
Credentials (protonvpn.ovpn + auth.txt) en bind-mount local, non versionnés.
|
||||
|
||||
Changements clés vs ancien service Swarm :
|
||||
- privileged: true (fix iptables FORWARD — cap_add NET_ADMIN insuffisant)
|
||||
- IP statique 10.0.6.10 sur scan_net (évite dérive d'IP au restart)
|
||||
- tun-mtu 1400 + mssfix 1360 dans ovpn (double encapsulation VXLAN/OpenVPN)
|
||||
|
||||
Deploy : ssh meta-68, cd /home/docker/wg-gateway && docker compose up -d
|
||||
|
||||
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||||
|
||||
### Files Changed
|
||||
|
||||
```
|
||||
A wg-gateway/docker-compose.yml
|
||||
```
|
||||
|
||||
### Diff Summary
|
||||
|
||||
```
|
||||
wg-gateway/docker-compose.yml | 24 ++++++++++++++++++++++++
|
||||
1 file changed, 24 insertions(+)
|
||||
```
|
||||
Reference in New Issue
Block a user