Skip to content

Commit 1462778

Browse files
authored
Update docker-compose.override.yml
1 parent c852129 commit 1462778

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker-compose.override.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ services:
7070
environment:
7171
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=CourseWorksServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;
7272
- ASPNETCORE_ENVIRONMENT=Production
73+
- ASPNETCORE_URLS=http://+:5002
7374
- EventBus:EventBusHostName=rabbitmq
7475
- Services:Auth=http://hwproj.authservice.api
7576
- Services:Content=http://hwproj.contentservice.api
@@ -79,7 +80,8 @@ services:
7980
hwproj.notificationsservice.api:
8081
environment:
8182
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=NotificationsServiceDB;MultipleActiveResultSets=True;User=sa;Password=Your_password123;
82-
- ASPNETCORE_ENVIRONMENT=Development
83+
- ASPNETCORE_ENVIRONMENT=Production
84+
- ASPNETCORE_URLS=http://+:5006
8385
- EventBus:EventBusHostName=rabbitmq
8486
- Services:Auth=http://hwproj.authservice.api
8587
- Services:Courses=http://hwproj.coursesservice.api
@@ -95,6 +97,7 @@ services:
9597
environment:
9698
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=SolutionServiceDB;User=sa;Password=Your_password123;
9799
- ASPNETCORE_ENVIRONMENT=Production
100+
- ASPNETCORE_URLS=http://+:5007
98101
- EventBus:EventBusHostName=rabbitmq
99102
- Services:Auth=http://hwproj.authservice.api
100103
- Services:Courses=http://hwproj.coursesservice.api

0 commit comments

Comments
 (0)