Исправлены конфликты портов в пресетах

- ubuntu22: 8022-8024 → 8220-8222
- ubuntu24: 8024-8026 → 8240-8242
- debian9: 9009-9011 → 9090-9092
- debian10: 9012-9014 → 9100-9102
- debian11: 9015-9017 → 9110-9112
- debian12: 9018-9020 → 9120-9122
- centos7: 7007-7009 → 7070-7072
- centos8: 7010-7012 → 7080-7082
- centos9: 7013-7015 → 7090-7092

Обновлена документация с новыми портами.
Теперь все пресеты используют уникальные порты без конфликтов.
This commit is contained in:
Сергей Антропов
2025-10-26 00:21:53 +03:00
parent fba9f43f5c
commit 377a1eda2b
10 changed files with 64 additions and 48 deletions

View File

@@ -23,12 +23,12 @@ hosts:
- name: centos7-web
family: centos7
groups: [centos, test, web]
publish: ["7007:80"]
publish: ["7070:80"]
- name: centos7-db
family: centos7
groups: [centos, test, db]
publish: ["7008:80"]
publish: ["7071:80"]
- name: centos7-app
family: centos7
groups: [centos, test, app]
publish: ["7009:80"]
publish: ["7072:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: centos8-web
family: centos8
groups: [centos, test, web]
publish: ["7010:80"]
publish: ["7080:80"]
- name: centos8-db
family: centos8
groups: [centos, test, db]
publish: ["7011:80"]
publish: ["7081:80"]
- name: centos8-app
family: centos8
groups: [centos, test, app]
publish: ["7012:80"]
publish: ["7082:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: centos9-web
family: centos9
groups: [centos, test, web]
publish: ["7013:80"]
publish: ["7090:80"]
- name: centos9-db
family: centos9
groups: [centos, test, db]
publish: ["7014:80"]
publish: ["7091:80"]
- name: centos9-app
family: centos9
groups: [centos, test, app]
publish: ["7015:80"]
publish: ["7092:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: debian10-web
family: debian10
groups: [debian, test, web]
publish: ["9012:80"]
publish: ["9100:80"]
- name: debian10-db
family: debian10
groups: [debian, test, db]
publish: ["9013:80"]
publish: ["9101:80"]
- name: debian10-app
family: debian10
groups: [debian, test, app]
publish: ["9014:80"]
publish: ["9102:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: debian11-web
family: debian11
groups: [debian, test, web]
publish: ["9015:80"]
publish: ["9110:80"]
- name: debian11-db
family: debian11
groups: [debian, test, db]
publish: ["9016:80"]
publish: ["9111:80"]
- name: debian11-app
family: debian11
groups: [debian, test, app]
publish: ["9017:80"]
publish: ["9112:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: debian12-web
family: debian12
groups: [debian, test, web]
publish: ["9018:80"]
publish: ["9120:80"]
- name: debian12-db
family: debian12
groups: [debian, test, db]
publish: ["9019:80"]
publish: ["9121:80"]
- name: debian12-app
family: debian12
groups: [debian, test, app]
publish: ["9020:80"]
publish: ["9122:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: debian9-web
family: debian9
groups: [debian, test, web]
publish: ["9009:80"]
publish: ["9090:80"]
- name: debian9-db
family: debian9
groups: [debian, test, db]
publish: ["9010:80"]
publish: ["9091:80"]
- name: debian9-app
family: debian9
groups: [debian, test, app]
publish: ["9011:80"]
publish: ["9092:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: ubuntu22-web
family: ubuntu22
groups: [ubuntu, test, web]
publish: ["8022:80"]
publish: ["8220:80"]
- name: ubuntu22-db
family: ubuntu22
groups: [ubuntu, test, db]
publish: ["8023:80"]
publish: ["8221:80"]
- name: ubuntu22-app
family: ubuntu22
groups: [ubuntu, test, app]
publish: ["8024:80"]
publish: ["8222:80"]

View File

@@ -23,12 +23,12 @@ hosts:
- name: ubuntu24-web
family: ubuntu24
groups: [ubuntu, test, web]
publish: ["8024:80"]
publish: ["8240:80"]
- name: ubuntu24-db
family: ubuntu24
groups: [ubuntu, test, db]
publish: ["8025:80"]
publish: ["8241:80"]
- name: ubuntu24-app
family: ubuntu24
groups: [ubuntu, test, app]
publish: ["8026:80"]
publish: ["8242:80"]