Favicon of pretix

pretix

Manage ticket sales for conferences and exhibitions with an adaptable, multi-lingual platform. Features include an online shop, box office, and open API.

Sell tickets for any event easily with a comprehensive platform designed for conferences, exhibitions, museums, and festivals. This all-in-one solution provides everything needed to run an online shop, box office, and ticket outlets from a single interface. Built to handle both small workshops and massive trade fairs with well over 100,000 visitors, the system is highly adaptable to complex event requirements. Benefit from full multi-language capabilities to reach a global audience and ensure data security with an ISO 27001 certified infrastructure. The platform is highly extensible, allowing custom integrations through plug-ins and a comprehensive REST API to fit perfectly into your existing software landscape. Enjoy risk-free and transparent pricing while providing attendees with a visually appealing, user-friendly registration experience. Whether hosting a virtual, hybrid, or on-site event, manage every ticketing process securely and efficiently.

Directory Structure

pretix
data
db-data
.env
docker-compose.yml

docker-compose.yml

services:
  pretix:
    image: pretix/standalone:stable
    restart: unless-stopped
    volumes:
      - ./data:/data
    ports:
      - "80:80"
    depends_on:
      - db
      - redis

  db:
    image: postgres:15-alpine
    restart: unless-stopped
    environment:
      POSTGRES_USER: pretix
      POSTGRES_DB: pretix
      POSTGRES_PASSWORD: ${DB_PASSWORD}
    volumes:
      - ./db-data:/var/lib/postgresql/data

  redis:
    image: redis:alpine
    restart: unless-stopped

.env

DB_PASSWORD=change_this_to_a_secure_random_password
Categories:

Share:

Ad
Favicon

 

  
 

Similar to pretix

Favicon

 

  
  
Favicon

 

  
  
Favicon