Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docker Hub / Full Container Support #50

Open
2 tasks done
timondev opened this issue Feb 17, 2023 · 3 comments
Open
2 tasks done

Docker Hub / Full Container Support #50

timondev opened this issue Feb 17, 2023 · 3 comments
Assignees

Comments

@timondev
Copy link

Describe the problem

I would like to have listd as a container as such to install it with docker hub, not having to worry about updates.

Problems that need to be solved:

  • it seems that docker-compose.yml currently implements a volume for the database with local pathing, which won't work when both are containers.
  • listd with container support

Describe the proposed solution

I would like to see a solution where both the database and listd can be used with docker.

Have you checked if this issue has already been raised?

  • I did not find any similar issues

Code of Conduct

  • I agree to follow this project's Code of Conduct
@timondev
Copy link
Author

found another problem that needs to be solved:

  • it seems that listd currently uses GOOGLE_CLIENT_ID and GOOGLE_CLIENT_SECRET, which are dynamic variables that need to be passed to the container

@kareemmahlees
Copy link
Contributor

Hi @timondev, a new comer is here 👋.
Could you assign this to me !?

@w3cj
Copy link
Member

w3cj commented Feb 24, 2023

@kareemmahlees Feel free to work on this. I'll assign to you. Do note that I want to keep local development documentation in the contributing guides. We can also add another section that describes how to run the container locally if they want to.

Also, once we have a container, we can publish the image for others to use easily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants