This commit is contained in:
Mikan
2026-03-12 23:17:50 +03:00
parent 60204db3d2
commit 95716a6506
7 changed files with 125 additions and 174 deletions

1
scripts/00-init.sh Normal file → Executable file
View File

@@ -24,7 +24,6 @@ echo "Проверка сети devnet..."
if ! docker network inspect devnet &>/dev/null; then
echo "Создаём сеть devnet..."
docker network create \
--driver=bridge \
--subnet="${SUBNET}" \
--gateway="${GATEWAY}" \
devnet