coolify/templates/compose/whoogle.yaml

16 lines
520 B
YAML
Raw Normal View History

2024-02-20 17:08:16 +01: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
2024-03-13 09:27:42 +01:00
# port: 5000
services:
whoogle:
image: benbusby/whoogle-search:latest
environment:
2024-03-13 09:27:42 +01:00
- SERVICE_FQDN_WHOOGLE_5000
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "curl", "-f", "http://127.0.0.1:5000"]
interval: 2s
timeout: 10s
retries: 15