fix(ci): switch network subnet mapping to 192.168.x.x space to avoid overlap with host Docker pools
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 46s
Build & Deploy / 🧪 QA (push) Successful in 1m47s
Build & Deploy / 🏗️ Build (push) Successful in 3m24s
Build & Deploy / 🚀 Deploy (push) Failing after 33s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 5s
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 46s
Build & Deploy / 🧪 QA (push) Successful in 1m47s
Build & Deploy / 🏗️ Build (push) Successful in 3m24s
Build & Deploy / 🚀 Deploy (push) Failing after 33s
Build & Deploy / 🧪 Post-Deploy Verification (push) Has been skipped
Build & Deploy / 🔔 Notify (push) Successful in 5s
This commit is contained in:
@@ -112,7 +112,7 @@ networks:
|
||||
name: ${PROJECT_NAME:-e-tib}-internal
|
||||
ipam:
|
||||
config:
|
||||
- subnet: ${INTERNAL_SUBNET:-172.28.9.0/24}
|
||||
- subnet: ${INTERNAL_SUBNET:-192.168.219.0/24}
|
||||
infra:
|
||||
external: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user