play here
A modern RSS reader with automatic categorization and content extraction.
- Docker
- Docker Compose
- Clone the repository
- Navigate to the project directory
- Run the following command to build and start the application:
docker-compose up -dThe application will be available at: http://localhost:8080
docker-compose downdocker-compose logs -fTo update the application with the latest changes:
git pull
docker-compose build
docker-compose down
docker-compose up -dOr simply run:
./deploy.shThe application data is stored in a Docker volume named suprnews_data. This ensures that your database and settings are preserved across container restarts and updates.