DedSecInside / gotor

This program provides efficient web scraping services for Tor and non-Tor sites. The program has both a CLI and REST API.
GNU General Public License v3.0
158 stars 44 forks source link

Make docker services autostart #45

Closed KingAkeem closed 11 months ago

KingAkeem commented 1 year ago

There could be confusion with starting/stopping the services necessary to run gotor.

In order to avoid using the build script whenever the PC is started. The docker run command should be modified to restart the services whenever the PC is started. This should be able to be done via docker. If not, it may need to be done at the OS level.

This feature could eventually be tied together with an installation of the torbot python client so that they are able to be installed simultaneously and ran together with a single install script.

KingAkeem commented 11 months ago

Not relevant