https://github.com/jsreport/jsreport-dotnet-example-docker-compose
Run jsreport in one container, .net core app in another container and orchestrate them using docker-compose
https://github.com/jsreport/jsreport-dotnet-example-docker-compose
Last synced: 8 months ago
JSON representation
Run jsreport in one container, .net core app in another container and orchestrate them using docker-compose
- Host: GitHub
- URL: https://github.com/jsreport/jsreport-dotnet-example-docker-compose
- Owner: jsreport
- License: mit
- Created: 2020-05-12T18:41:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T09:12:25.000Z (over 3 years ago)
- Last Synced: 2025-04-13T21:32:00.298Z (about 1 year ago)
- Language: C#
- Homepage: https://jsreport.net
- Size: 33.2 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jsreport .net docker-compose example
Simply open in VS and run docker with F5.
The example shows how you can run jsreport outside your app what is generally a better practice. It shows how you can use the [jsreport.AspNetCore](https://jsreport.net/learn/dotnet-aspnetcore) and Razor views to render reports through "external" jsreport docker container.
Additionally, it shows how you can define reports inside jsreport studio. Mount the data volume so your templates stay in the version control. And how to render such stored reports from your app.