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

Feature idea: adding configuration for a docker-based deployment to the repository #22

Open
Wint3rmute opened this issue May 4, 2024 · 1 comment

Comments

@Wint3rmute
Copy link

Wint3rmute commented May 4, 2024

Hello!

I'm interested in using Lieu as an internal search engine. The current documentation only describes how one would build Lieu and run lieu host to start the engine, but it does not suggest any specific way of running a system-level service with Lieu (be it via SystemD/Docker/etc). In my opinion, adding a one-command deployment option would make it easier for people to try out Lieu on their machines.

I'd like to add:

  • an example docker-compose.yml file
  • documentation about deploying via docker
  • (still wondering if that makes sense) a small program run as another container specified in docker-compose, which would periodically run lieu precrawl/crawl/ingest

Would you be interested in such a contribution, or do you find providing docker-based deployment documentation as too opinionated for your project?

@cblgh
Copy link
Owner

cblgh commented May 5, 2024

@Wint3rmute hey! great username :) happy to hear you'd like to use Lieu! I wouldn't want to maintain the docker-compose.yml file, but how about this:

create a PR that adds a new file to the docs/ section titled "deployment-with-docker.md", for an example see the querying doc. provide either the example docker-compose file inline of that document or as a link to a repo with a deployment that you maintain, and then write the rest of the deployment instructions.

how does that sound? :>

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

2 participants