Decouple network creation from portainer

This commit is contained in:
2025-07-11 11:11:50 +05:30
parent ca0f5f774b
commit 62c8d68dfd
3 changed files with 3 additions and 54 deletions

3
network.sh Normal file
View File

@@ -0,0 +1,3 @@
docker network create --subnet=172.30.10.0/24 --gateway=172.30.10.1 frontend
docker network create --subnet=172.30.20.0/24 --gateway=172.30.20.1 backend
docker network create --subnet=172.30.30.0/24 --gateway=172.30.30.1 internal