v0.1 version: added ci, container, nginx + base apigw config
This commit is contained in:
9
data/etc/nginx/apigw_backends.conf
Normal file
9
data/etc/nginx/apigw_backends.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user