π β π SeerrBridge v0.3.3 (Docker Support!)
π New Features
-
Docker Support π:
Deploy SeerrBridge effortlessly using Docker! With the addition ofdocker-compose.yml
, a pre-configuredDockerfile
, running the app in a container is easier than ever.How to Get Started:
- Use Docker Compose for a quick setup:
git clone https://github.com/Woahai321/SeerrBridge.git cd SeerrBridge cp .env.example .env docker-compose up -d
- Or use the
docker run
command for a direct container deployment:docker run -d \ --name seerrbridge \ -p 8000:8000 \ -v $(pwd)/config:/app/config \ -e CHROMEDRIVER_PATH=path-to-chromedriver \ -e RD_ACCESS_TOKEN={"value":"YOUR_TOKEN","expiry":123456789} \ -e RD_REFRESH_TOKEN=YOUR_REFRESH_TOKEN \ -e RD_CLIENT_ID=YOUR_CLIENT_ID \ -e RD_CLIENT_SECRET=YOUR_CLIENT_SECRET \ -e TRAKT_API_KEY=YOUR_TRAKT_TOKEN \ -e OVERSEERR_API_KEY=YOUR_OVERSEERR_TOKEN \ -e OVERSEERR_BASE=https://YOUR_OVERSEERR_URL.COM \ ghcr.io/woahai321/seerrbridge:main
Benefits of the Dockerized Setup:
- Pre-installed ChromeDriver inside the Docker image.
- Persistent configurations through volume mounting.
- Use Docker Compose for a quick setup:
π Bug Fixes
- Minor login flow error fix