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.
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-stoppedDB_PASSWORD=change_this_to_a_secure_random_passwordAuto-fetched about 18 hours ago
Auto-fetched about 18 hours ago