Organize your online reading and create a personal, distraction-free space for all your articles and news. This read-it-later solution is designed for simplicity and versatility, allowing you to gather content from across the web into one convenient location. Stop juggling multiple tabs and apps and enjoy a focused reading experience.
Key features include:
services:
readflow:
image: ncarlier/readflow:latest
container_name: readflow
restart: unless-stopped
ports:
- "8080:8080"
environment:
- APP_DB_URI=mongodb://mongodb:27017/readflow
- APP_CACHE_URI=redis://redis:6379
- APP_JWT_SECRET=${APP_JWT_SECRET}
- LOG_LEVEL=info
depends_on:
- mongodb
- redis
mongodb:
image: mongo:5
container_name: readflow_db
restart: unless-stopped
volumes:
- ./data/mongo:/data/db
redis:
image: redis:alpine
container_name: readflow_redis
restart: unless-stopped
volumes:
- ./data/redis:/dataAPP_JWT_SECRET=change_this_to_a_secure_random_stringAuto-fetched about 16 hours ago
Auto-fetched about 16 hours ago