Manage your event lifecycle from ticket distribution to reporting with a comprehensive, open-source attendance system. Designed for organizers who prioritize privacy, this platform ensures you retain full control over attendee data without hidden fees.
Take advantage of a robust ecosystem of tools tailored for events of all sizes:
Maintain complete ownership of your event while delivering a fair, secure, and measurable experience for every attendee.
services:
alfio:
image: alfio/alf.io:latest
ports:
- "8080:8080"
environment:
- SPRING_PROFILES_ACTIVE=dev
- SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/${DB_NAME}
- SPRING_DATASOURCE_USERNAME=${DB_USER}
- SPRING_DATASOURCE_PASSWORD=${DB_PASSWORD}
depends_on:
- postgres
volumes:
- ./alfio-data:/data
postgres:
image: postgres:15-alpine
environment:
- POSTGRES_DB=${DB_NAME}
- POSTGRES_USER=${DB_USER}
- POSTGRES_PASSWORD=${DB_PASSWORD}
volumes:
- ./postgres-data:/var/lib/postgresql/dataDB_NAME=alfio
DB_USER=alfio
DB_PASSWORD=your_secure_passwordAuto-fetched about 20 hours ago
Auto-fetched about 20 hours ago