Add loadbalancing sample.
This commit is contained in:
committed by
Sébastien Deleuze
parent
680b442816
commit
2e5ebdb5db
9
cloud/loadbalancing/docker-compose.yml
Normal file
9
cloud/loadbalancing/docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
test-service:
|
||||
image: springcloud/test-service:latest
|
||||
ports:
|
||||
- "8081"
|
||||
demo-service:
|
||||
image: springcloud/demo-service:latest
|
||||
ports:
|
||||
- "8082"
|
||||
Reference in New Issue
Block a user