Update network creation

This commit is contained in:
2025-08-02 13:12:08 +05:30
parent 234972fa06
commit c1f09dbe30

View File

@@ -1,2 +1,3 @@
docker network create --subnet=172.20.0.0/16 --gateway=172.20.0.1 frontend
docker network create --subnet=172.25.0.0/16 --gateway=172.25.0.1 internal
docker network create --subnet=172.30.0.0/16 --gateway=172.30.0.1 backend