fcc8a7f0ed
🐛 **Bug Fix**: ℹ️ **Whoogle**: Tags section was not added, it's now fixed.
15 lines
491 B
YAML
15 lines
491 B
YAML
# 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.
|
|
# tags: privacy, search engine
|
|
|
|
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
|