A search engine with a crawler, featuring a React frontend and a Go backend.
makedockerdocker-compose
-
Edit the
env-examplefile to configure the required environment variables. -
Rename the file to
.env. -
Then, build the project by running:
make buildI recommend using Portainer to manage the stack. You can then choose to launch the stack with or without the crawler, depending on your needs. Additionally, you can dynamically modify the CRAWLER_START_URL before starting the crawler.
To start everything without Portainer:
make startTo stop all services:
make stop