T31M 25edcd8ac4 feat: Add FastAPI s6 sidecar PoC
- Sidecar DragonflyDB as Redis replacement
- Run pytheus in multiprocessing mode with Redis backend
2023-08-06 21:02:23 +02:00
2023-08-06 21:02:23 +02:00
2023-08-06 21:02:23 +02:00
2023-08-06 21:02:23 +02:00
2023-08-06 21:02:23 +02:00
2023-08-06 21:02:23 +02:00

FastAPI - s6-overlay - sidecar PoC

How-To:

docker build -t fastapi-s6-sidecar-poc
docker run --rm -p 8080:80 fastapi-s6-sidecar-poc
curl http://localhost:8080/metrics

Sources:

Description
Create a Docker image running FastAPI + a sidecar process (DragonflyDB) as a PoC using s6.
Readme 26 KiB
Languages
Dockerfile 75.3%
Python 24.7%