Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 380 Bytes

UrlShorter

UrlShorter based on FastAPI and Redis-DB

ENV_VARS:

REDIS_URL - redis db url. Example: redis://127.0.0.1/3
Default: redis://localhost/1

Docker:

Just build with docker build -t some-shorter .

Create container and run: docker run --name shorter -it -p 80:8888 -e REDIS_URL=redis://192.168.1.2/1 some-shorter

License: AGPL-v3