screeny05 / letterboxd-list-radarr

Connect radarr to letterboxd.com lists
https://letterboxd-list-radarr.onrender.com
MIT License
285 stars 27 forks source link

Docker image #31

Closed youridijk closed 1 year ago

youridijk commented 1 year ago

I would like to see a docker image (or a Dockerfile to build a image locally) of this too (only the nodejs application, Redis should remain a different container)l to easier run it using docker compose.

marothe commented 1 year ago

Would love to see this too!

screeny05 commented 1 year ago

Can somebody try this image and see if it works?

https://hub.docker.com/r/screeny05/letterboxd-list-radarr

Minimum viable configuration:

version: "3.8"
services:
    web:
        image: screeny05/letterboxd-list-radarr:1.0.1
        ports:
            - 5000:5000
        environment:
            - REDIS_URL=redis://redis:6379
        depends_on:
            - redis
    redis:
        image: redis:6.0
marothe commented 1 year ago

Thank you so much! Seems to be working, I get the following message on localhost:5000

Use letterboxd.com path as path here.

I guess this means it is working? But what shall I input as List URL in radarr?

sorry, worked on the second try! http://192.168.XXX.XX:5000/my_letterboxd_username/watchlist gives me a succesful test on radarr now, will test it and report back :-).

marothe commented 1 year ago

just tested, works! thank you so much @screeny05, really appreciate it :-).

gingerbeardman commented 1 year ago

@marothe you can do http://localhost:5000/my_letterboxd_username/watchlist