Private Pokémon TCG collection manager. Track prices, manage sets, and binders with zero config.
2.1K
Manage your Pokémon card collection like a pro!
HoloStack is a private, ultra-fast web application designed for collectors. Keep track of your cards, check real-time prices, and manage your collections in a secure, local environment.
To enjoy HoloStack on your computer, you only need Docker installed.
pokemon-tcg.docker-compose.yml.services:
app:
image: sgonzalezh/holostack:latest
container_name: holostack_app
restart: always
ports:
- "3000:3000"
volumes:
- ./data:/app/data
environment:
- DATABASE_FILE=/app/data/sqlite.db
- APP_MODE=LOCAL
- NEXTAUTH_SECRET=choose_a_random_key_here
- NEXTAUTH_URL=http://localhost:3000
docker-compose up -d
HoloStack receives constant improvements. To get the latest version, just run:
docker-compose pull
docker-compose up -d
Your database and cards will update automatically without any data loss.
We want to hear from you! If you find any issues or have suggestions for new features:
Please check the FAQ below before opening a new issue.
Built with ❤️ for the card collecting community.
Content type
Image
Digest
sha256:54ce04fb2…
Size
90.2 MB
Last updated
8 months ago
docker pull sgonzalezh/holostack