Update README.md
All checks were successful
🧪✨ Tests Workflow / License Check (push) Successful in 2m50s
🧪✨ Tests Workflow / Code Lint (push) Successful in 2m52s
🧪✨ Tests Workflow / Unit Tests (push) Successful in 2m50s
🧪✨ Tests Workflow / Code Sniffer (push) Successful in 2m55s

This commit is contained in:
2025-05-20 19:00:35 -04:00
committed by Siteworx Pro Gitea
parent 6aad697954
commit edd09d9e97

View File

@@ -1,10 +1,5 @@
# Traefik Redis Provider API
[![pipeline status](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/badges/master/pipeline.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/commits/master)
[![coverage report](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/badges/master/coverage.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/commits/master)
[![Latest Release](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/badges/release.svg)](https://git.siteworxpro.com/rrise/traefik-redis-provider-api/-/releases)
![Gitea Tests](https://gitea.siteworxpro.com//Siteworxpro/Traefik-Redis-Api/actions/workflows/tests.yml/badge.svg?branch=master)
[Traefik](https://traefik.io/traefik/) is a modern HTTP reverse proxy and load balancer that makes deploying microservices easy. This project provides
@@ -22,7 +17,7 @@ an api manager for the [Redis provider](https://doc.traefik.io/traefik/providers
- `REDIS_DATABASE`: The database number to use. Default is `0`.
- `HTTP_PORT`: The port to run the HTTP server on. Default is `9501`.
```shell
docker run --rm -it -p 9501:9501 scr.siteworxpro.com/traefik-api:v1.1.0
docker run --rm -it -p 9501:9501 scr.siteworxpro.com/traefik-api:v1.3.0
```
## Usage