From 3153288c3bcc9c833703a199d7f6f32b0c796e58 Mon Sep 17 00:00:00 2001 From: Miroljub Date: Tue, 3 Dec 2024 10:54:26 +0100 Subject: [PATCH] Update readme --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec38c31..c74643d 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,17 @@ Join our community on [Discord](https://discord.gg/322AAB4xKx) for updates, support, and discussions. -### Work in Progress +## Work in Progress All checked features are available in latest [NuGet](https://www.nuget.org/packages/ResQueue.MassTransit) version. -#### Brokers +### Brokers - [x] MassTransit - [x] MassTransit.SqlTransport.PostgreSQL - [x] MassTransit.SqlTransport.SqlServer -#### Features +### Features - [x] Tabular broker information view - [x] Tabular queues view @@ -69,6 +69,12 @@ app.Run(); **ResQueue** will handle all the configuration and integration with MassTransit for you, making it simple to manage your SQL transports. +### Docker (optional) +Simplify your setup by running ResQueue in standalone mode with Docker. Get up and running effortlessly without additional configurations—just pull the container and you're ready to go. +```sh +docker run -it --rm -p 8080:8080 -e ResQueue:SqlEngine=Postgres -e SqlTransport:ConnectionString="Host=host.docker.internal;Database=DATABASE;Username=USERNAME;Password=PASSWORD;" ghcr.io/filipbekic01/resqueue +``` + ## UI Preview Here's a quick preview of the ResQueue user interface, providing you with a glimpse of what to expect.