Commit 129b4e3

Andrew Patrick <ajpatri@gmail.com>
2020-10-03 19:55:06
Add static ips for redirectors, update gotty position
1 parent 67ab675
Changed files (1)
docker-compose.yml
@@ -60,18 +60,20 @@ services:
     image: sshd_port_1337
     restart: always
     networks:
-      - internet
+        internet:
+            ipv4_address: 200.200.200.132
   redirector02:
     build: docker/ssh/port_1337
     image: sshd_port_1337
     restart: always
     networks:
-      - internet
+        internet:
+            ipv4_address: 200.200.200.177
 
 # 20 beachheads
   bchd1:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -79,14 +81,16 @@ services:
       - 2001:8080
   bchd2:
     image: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
     ports:
       - 2002:8080
+
   bchd3:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -94,7 +98,7 @@ services:
       - 2003:8080
   bchd4:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -102,7 +106,7 @@ services:
       - 2004:8080
   bchd5:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -110,7 +114,7 @@ services:
       - 2005:8080
   bchd6:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -118,7 +122,7 @@ services:
       - 2006:8080
   bchd7:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -126,7 +130,7 @@ services:
       - 2007:8080
   bchd8:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -134,7 +138,7 @@ services:
       - 2008:8080
   bchd9:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -142,7 +146,7 @@ services:
       - 2009:8080
   bchd10:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -150,7 +154,7 @@ services:
       - 2010:8080
   bchd11:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -158,7 +162,7 @@ services:
       - 2011:8080
   bchd12:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -166,7 +170,7 @@ services:
       - 2012:8080
   bchd13:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -174,7 +178,7 @@ services:
       - 2013:8080
   bchd14:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -182,7 +186,7 @@ services:
       - 2014:8080
   bchd15:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -190,7 +194,7 @@ services:
       - 2015:8080
   bchd16:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -198,7 +202,7 @@ services:
       - 2016:8080
   bchd17:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -206,7 +210,7 @@ services:
       - 2017:8080
   bchd18:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -214,7 +218,7 @@ services:
       - 2018:8080
   bchd19:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet
@@ -222,7 +226,7 @@ services:
       - 2019:8080
   bchd20:
     image: gotty
-    build: gotty
+    build: docker/gotty
     restart: always
     networks:
       - internet