fix(ci): introduce dynamic static subnet mapping to bypass Docker automatic address pool allocation limits
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 50s
Build & Deploy / 🧪 QA (push) Successful in 1m46s
Build & Deploy / 🏗️ Build (push) Successful in 3m21s
Build & Deploy / 🚀 Deploy (push) Failing after 31s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 3s

This commit is contained in:
2026-05-28 23:07:09 +02:00
parent 4aebd226f1
commit cf29d0c45a
2 changed files with 17 additions and 0 deletions

View File

@@ -110,6 +110,9 @@ services:
networks:
default:
name: ${PROJECT_NAME:-e-tib}-internal
ipam:
config:
- subnet: ${INTERNAL_SUBNET:-172.28.9.0/24}
infra:
external: true