Fedora tutorial - IT technology blog

Installing and Configuring Redis on Fedora Server: Handling SELinux and firewalld for High-Performance Cache Server Deployment

Redis on Fedora Server won't connect after installation — the root cause typically comes from three layers: the default localhost bind address, firewalld blocking port 6379, and SELinux enforcing mode denying network connections. This article goes straight to fixing all three, with a production security deployment checklist included.
Fedora tutorial - IT technology blog

Using Podman Compose on Fedora: Replacing Docker Compose for Rootless Multi-Container Application Management

Podman Compose lets you run multi-container stacks on Fedora without needing a Docker daemon or root privileges. This article compares four approaches — Docker Compose, Podman Pods, Quadlet, and Podman Compose — then walks through a real-world deployment with a web app, PostgreSQL, and Redis, including notes on SELinux and rootless port handling.