9 lines
244 B
Plaintext
9 lines
244 B
Plaintext
|
upstream identity_api {
|
||
|
# zone inventory_service 64k;
|
||
|
server identity_svc:8080; # container name from stack config
|
||
|
}
|
||
|
|
||
|
upstream basket_api {
|
||
|
# zone pricing_service 64k;
|
||
|
server basket_svc:8080; # container name from stack config
|
||
|
}
|