fix(ci): switch network subnet mapping to 10.199.x.x space to guarantee no overlaps on host
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 37s
Build & Deploy / 🧪 QA (push) Successful in 1m6s
Build & Deploy / 🏗️ Build (push) Successful in 2m15s
Build & Deploy / 🚀 Deploy (push) Successful in 26s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 43s
Build & Deploy / 🔔 Notify (push) Successful in 2s
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 37s
Build & Deploy / 🧪 QA (push) Successful in 1m6s
Build & Deploy / 🏗️ Build (push) Successful in 2m15s
Build & Deploy / 🚀 Deploy (push) Successful in 26s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 43s
Build & Deploy / 🔔 Notify (push) Successful in 2s
This commit is contained in:
@@ -112,7 +112,7 @@ networks:
|
||||
name: ${PROJECT_NAME:-e-tib}-internal
|
||||
ipam:
|
||||
config:
|
||||
- subnet: ${INTERNAL_SUBNET:-192.168.219.0/24}
|
||||
- subnet: ${INTERNAL_SUBNET:-10.199.9.0/24}
|
||||
infra:
|
||||
external: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user