2023-10-25 19:40:38 +00:00
|
|
|
# documentation: https://github.com/benbusby/whoogle-search#install
|
|
|
|
# slogan: Whoogle is a self-hosted, privacy-focused search engine front-end for accessing Google search results without tracking and data collection.
|
2023-10-25 19:50:55 +00:00
|
|
|
# tags: privacy, search engine
|
2023-10-25 19:40:38 +00:00
|
|
|
|
|
|
|
services:
|
|
|
|
whoogle:
|
|
|
|
image: benbusby/whoogle-search:latest
|
|
|
|
environment:
|
|
|
|
- SERVICE_FQDN_WHOOGLE
|
|
|
|
healthcheck:
|
|
|
|
test: ["CMD", "curl", "-f", "http://localhost:5000"]
|
|
|
|
interval: 2s
|
|
|
|
timeout: 10s
|
|
|
|
retries: 15
|