Video coming soon…
🎟️ Setup pretix — Self-Hosted Ticketing and Box Office for Events
Deploy pretix on Ubuntu with Docker — a full open-source ticketing and box-office platform for conferences, concerts, and workshops, backed by PostgreSQL and Redis, on port 8307.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/pretix/pretix-ubuntu.sh
chmod +x pretix-ubuntu.sh
./pretix-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/tools/pretix/pretix-ubuntu.sh
2 Make it Executable
chmod +x pretix-ubuntu.sh
3 Run the Installer
./pretix-ubuntu.sh
4 Open pretix and Create an Organizer
http://your-server-ip:8307
Ports Used
| Port | Purpose |
|---|---|
| 8307 | pretix web app, ticket shop, and control panel (mapped from container port 80) |
| 5432 | PostgreSQL — internal to the Docker network, not exposed |
| 6379 | Redis — internal to the Docker network, not exposed |