Skip to content

Commit c852129

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.override.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ services:
5656
environment:
5757
- ConnectionStrings:DefaultConnectionForLinux=Server=mssqllocaldb;Database=AuthServiceDB;User=sa;Password=Your_password123;TrustServerCertificate=true;
5858
- ASPNETCORE_ENVIRONMENT=Production
59+
- ASPNETCORE_URLS=http://+:5001
5960
- EventBus:EventBusHostName=rabbitmq
6061
- AppSettings:SecurityKey=${AUTH_SERVICE_SECURITY_KEY}
6162
- Github:ClientIdGithub=${GITHUB_CLIENT_ID}
@@ -104,6 +105,7 @@ services:
104105
hwproj.contentservice.api:
105106
environment:
106107
- ASPNETCORE_ENVIRONMENT=Development
108+
- ASPNETCORE_URLS=http://+:5008
107109
- EventBus:EventBusHostName=rabbitmq
108110
- Services:Auth=http://hwproj.authservice.api
109111
- ExternalStorageConfiguration:AccessKeyId=${STORAGE_CLIENT_ACCESS_KEY_ID}

0 commit comments

Comments
 (0)