File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ services:
5555 environment :
5656 - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=AuthServiceDB;User=sa;Password=Your_password123;TrustServerCertificate=true;
5757 - ASPNETCORE_ENVIRONMENT=Production
58- - ASPNETCORE_HTTP_PORTS= 80
58+ - ASPNETCORE_URLS=http://+: 80
5959 - EventBus:EventBusHostName=rabbitmq
6060 - AppSettings:SecurityKey=${AUTH_SERVICE_SECURITY_KEY}
6161 - Github:ClientIdGithub=${GITHUB_CLIENT_ID}
@@ -76,7 +76,7 @@ services:
7676 environment :
7777 - ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=NotificationsServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;TrustServerCertificate=true;
7878 - ASPNETCORE_ENVIRONMENT=Production
79- - ASPNETCORE_HTTP_PORTS= 80
79+ - ASPNETCORE_URLS=http://+: 80
8080 - EventBus:EventBusHostName=rabbitmq
8181 - Services:Auth=http://hwproj.authservice.api
8282 - Services:Courses=http://hwproj.coursesservice.api
You can’t perform that action at this time.
0 commit comments