Skip to content

Commit

Permalink
server ports updated
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrooctaviocruvinel committed Jan 7, 2024
1 parent d665005 commit 3663c3f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion client/src/environments/environment.development.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const environment = {
serverUrl: 'https://localhost:57807/api',
serverUrl: 'https://localhost:5001/api',
};
7 changes: 3 additions & 4 deletions server/src/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ services:
context: .
dockerfile: ./LoanControl.Presentation/Dockerfile
ports:
- "8080"
- "8081"
- "5000:80"
- "5001:443"
environment:
- ASPNETCORE_ENVIRONMENT=Development
- ASPNETCORE_HTTP_PORTS=8080
- ASPNETCORE_HTTPS_PORTS=8081
- ASPNETCORE_URLS=https://+:443;http://+:80
db:
container_name: db
image: postgres:15-alpine
Expand Down

0 comments on commit 3663c3f

Please sign in to comment.