Course_Practical_Guide_EKS
Course_Practical_Guide_EKS copied to clipboard
Specify ASPNETCORE_ENVIRONMENT in docker-compose.yaml.
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.