PiGallery2 is a photo gallery website designed for speed and efficiency, making it an ideal choice for self-hosting on low-resource hardware like a Raspberry Pi. Its directory-first approach means your photo gallery is created directly from your existing folder structure, eliminating the need for complex database management. Simply point it to your photos, and it handles the rest.
This tool is built to provide a seamless experience for managing and viewing your personal photo collection. Key features include:
services:
pigallery2:
image: bpatrik/pigallery2:latest
container_name: pigallery2
environment:
- NODE_ENV=production
volumes:
- ./config:/app/data/config
- ./db-data:/app/data/db
- ./images:/app/data/images:ro
- ./tmp:/app/data/tmp
ports:
- 80:80
restart: always# No sensitive environment variables are required for the default pigallery2 setup.
# The default login is usually admin / admin (please change immediately after your first login).Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago