Skip to content

Commit

Permalink
chore: use http for webapi in docker compose (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Apr 5, 2024
1 parent 9cfad9c commit 2366132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
environment:
- Infrastructure:Redis:ConnectionString=dialogporten-redis:6379
- Infrastructure:DialogDbConnectionString=${DB_CONNECTION_STRING}
- Application:Dialogporten:BaseUri=http://localhost:7214
- Serilog__WriteTo__0__Name=Console
- Serilog__MinimumLevel__Default=Debug
- ASPNETCORE_URLS=http://+:8080
Expand Down

0 comments on commit 2366132

Please sign in to comment.