Important: Pagure does not have an official Docker image for production use. The Pagure project provides a development docker-compose setup, but production deployments should use traditional installation on Fedora/RHEL.
The Pagure repository includes a development docker-compose setup at dev/docker-compose.yml. This is intended for development and testing only.
git clone https://github.com/pagure/pagure.git
cd pagure/dev
docker compose up -d
For production deployments, install Pagure traditionally:
Install on Fedora/RHEL:
sudo dnf install pagure pagure-webhook pagure-ev
Or install via pip:
pip3 install pagure
Configure and initialize:
Any questions?
Feel free to contact us. Find all contact information on our contact page.