This commit is contained in:
		@@ -355,7 +355,7 @@ services:
 | 
				
			|||||||
        restart: unless-stopped
 | 
					        restart: unless-stopped
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
            - REDIS_URL=redis://192.168.111.121/0
 | 
					            - REDIS_URL=redis://192.168.111.121/0
 | 
				
			||||||
            - INITIAL_SERVERS="192.168.222.22, 192.168.222.122"
 | 
					            - INITIAL_SERVERS=192.168.222.22,192.168.123.21
 | 
				
			||||||
            - LOCAL_UUID=d8b2e5e2-f675-4194-9324-af58e4b70c54
 | 
					            - LOCAL_UUID=d8b2e5e2-f675-4194-9324-af58e4b70c54
 | 
				
			||||||
        network_mode: "service:consumer-api1"
 | 
					        network_mode: "service:consumer-api1"
 | 
				
			||||||
        depends_on:
 | 
					        depends_on:
 | 
				
			||||||
@@ -388,7 +388,7 @@ services:
 | 
				
			|||||||
        restart: unless-stopped
 | 
					        restart: unless-stopped
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
            - REDIS_URL=redis://192.168.222.122/0
 | 
					            - REDIS_URL=redis://192.168.222.122/0
 | 
				
			||||||
            - INITIAL_SERVERS="192.168.111.21, 192.168.123.21"
 | 
					            - INITIAL_SERVERS=192.168.123.21,192.168.111.21
 | 
				
			||||||
            - LOCAL_UUID=9e79d4e7-f4c2-44d2-ac11-682f62fda985
 | 
					            - LOCAL_UUID=9e79d4e7-f4c2-44d2-ac11-682f62fda985
 | 
				
			||||||
        network_mode: "service:consumer-api2"
 | 
					        network_mode: "service:consumer-api2"
 | 
				
			||||||
        depends_on:
 | 
					        depends_on:
 | 
				
			||||||
@@ -409,7 +409,7 @@ services:
 | 
				
			|||||||
        restart: unless-stopped
 | 
					        restart: unless-stopped
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
            - REDIS_URL=redis://192.168.123.121/0
 | 
					            - REDIS_URL=redis://192.168.123.121/0
 | 
				
			||||||
            - LOCAL_UUID=d8b2e5e2-f675-4194-9324-af58e4b70c54
 | 
					            - LOCAL_UUID=d8b2e5e3-f675-4194-9324-af58e4b70c55
 | 
				
			||||||
        networks:
 | 
					        networks:
 | 
				
			||||||
            thirdsubnet:
 | 
					            thirdsubnet:
 | 
				
			||||||
                ipv4_address: 192.168.123.21
 | 
					                ipv4_address: 192.168.123.21
 | 
				
			||||||
@@ -421,7 +421,7 @@ services:
 | 
				
			|||||||
        restart: unless-stopped
 | 
					        restart: unless-stopped
 | 
				
			||||||
        environment:
 | 
					        environment:
 | 
				
			||||||
            - REDIS_URL=redis://192.168.123.121/0
 | 
					            - REDIS_URL=redis://192.168.123.121/0
 | 
				
			||||||
            - INITIAL_SERVERS="192.168.111.21, 192.168.222.122"
 | 
					            - INITIAL_SERVERS=192.168.111.21,192.168.222.22
 | 
				
			||||||
            - LOCAL_UUID=d8b2e5e3-f675-4194-9324-af58e4b70c55
 | 
					            - LOCAL_UUID=d8b2e5e3-f675-4194-9324-af58e4b70c55
 | 
				
			||||||
        network_mode: "service:consumer-api3"
 | 
					        network_mode: "service:consumer-api3"
 | 
				
			||||||
        depends_on:
 | 
					        depends_on:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user