Add loadbalancing sample.

This commit is contained in:
Olga MaciaszekSharma
2023-10-20 16:18:32 +02:00
committed by Sébastien Deleuze
parent 680b442816
commit 2e5ebdb5db
12 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
test-service:
image: springcloud/test-service:latest
ports:
- "8081"
demo-service:
image: springcloud/demo-service:latest
ports:
- "8082"