Files
coolify/templates/compose/whoogle.yaml
2024-12-06 12:45:09 +01:00

17 lines
545 B
YAML

# 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
# logo: svgs/whoogle.png
# port: 5000
services:
whoogle:
image: benbusby/whoogle-search:latest
environment:
- SERVICE_FQDN_WHOOGLE_5000
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:5000"]
interval: 2s
timeout: 10s
retries: 15