-
Notifications
You must be signed in to change notification settings - Fork 4
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
Which images did u use? #14
Comments
Hi Elie, They are custom images, built by docker-compose when you start the project. You should have a look at the compose file, and the individual Dockerfiles for each component of the project. I suggest having a look at the Getting Started section that covers a basic running version of the service. |
Hi @Stealthii Thanks for the info, i got it up and running. Any way i can redirect the cache directory? if you could let me know where are the caching directories i can try a few things. Also, any way to set the images to autostart with the server? |
If you look at the docker-compose file, you'll see
The size of the cache is currently optimised for a 1TB data store. It is defined at For auto-starting with the server, you could look into container transform to convert the compose file into a systemd file, or you could simply add your docker-compose command to your system startup / crontab commands. Bear in mind that the configuration given in the compose file, and this application in general, is given as an example, not a solution - I recommend reading up on Docker, Docker Compose, and system container management as these will better answer your questions on how to run a service than this project will. |
Hi @Stealthii @crobinson898 ,
I just wanted to test the qcatcher but i wanted to know which files did u use for the below(which repositories):
Thanks in advance,
Elie
The text was updated successfully, but these errors were encountered: