coolify/templates/compose/whoogle.yaml

18 lines
563 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.
# category: search
# tags: privacy, search engine
2024-12-06 11:45:09 +00:00
# logo: svgs/whoogle.png
2024-03-13 08:27:42 +00:00
# port: 5000
services:
whoogle:
image: benbusby/whoogle-search:latest
environment:
- SERVICE_URL_WHOOGLE_5000
healthcheck:
2024-05-17 08:11:55 +00:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:5000"]
interval: 2s
timeout: 10s
retries: 15