[+] Template: Whoogle
🆕 **New Template**: -> ℹ️ **Whoogle**: Whoogle is a self-hosted, privacy-focused search engine front-end for accessing Google search results without tracking and data collection.
This commit is contained in:
parent
5f2581020b
commit
f78c49fc82
13
templates/compose/whoogle.yaml
Normal file
13
templates/compose/whoogle.yaml
Normal file
@ -0,0 +1,13 @@
|
||||
# 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.
|
||||
|
||||
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
|
Loading…
x
Reference in New Issue
Block a user