Blazor & WASM in combination to get statistics from Spotify API for performing the song analysis. With separate microservices for auth, Spotify, user data tracking, and application, connected through gRPC with Polly.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose.dcproj 469B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="15.0" Sdk="Microsoft.Docker.Sdk">
  3. <PropertyGroup Label="Globals">
  4. <ProjectVersion>2.1</ProjectVersion>
  5. <DockerTargetOS>Linux</DockerTargetOS>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <None Include="docker-compose.override.yml">
  9. <DependentUpon>docker-compose.yml</DependentUpon>
  10. </None>
  11. <None Include="docker-compose.yml" />
  12. <None Include=".dockerignore" />
  13. </ItemGroup>
  14. </Project>