Course_Practical_Guide_EKS icon indicating copy to clipboard operation
Course_Practical_Guide_EKS copied to clipboard

Specify ASPNETCORE_ENVIRONMENT in docker-compose.yaml.

Open epf opened this issue 4 years ago • 0 comments
trafficstars

The clients-api microservice is not able to find the correct DynamoDB table when running locally on docker because it is not reading the appsettings.Development.json file where the table name prefix is specified.

This patch fixes the problem by specifying the appropriate environment variable in docker-compose.yaml.

epf avatar Mar 05 '21 05:03 epf