lasthourcloud/templates/compose/whoogle.yaml

15 lines
502 B
YAML
Raw Normal View History

2024-02-20 16:08:16 +00:00
# documentation: https://github.com/benbusby/whoogle-search?tab=readme-ov-file
# 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