Skip to content

Commit 68a6366

Browse files
authored
Update docker-compose.override.yml
1 parent 4ce3a11 commit 68a6366

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.override.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)