mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-31 05:02:12 +00:00
Update service environment variables
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# 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
|
||||
# port: 5000
|
||||
|
||||
services:
|
||||
whoogle:
|
||||
image: benbusby/whoogle-search:latest
|
||||
environment:
|
||||
- SERVICE_FQDN_WHOOGLE
|
||||
- SERVICE_FQDN_WHOOGLE_5000
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:5000"]
|
||||
interval: 2s
|
||||
|
||||
Reference in New Issue
Block a user