2020-05-10 22:59:37 +03:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
whoogle-search:
|
|
|
|
image: benbusby/whoogle-search
|
|
|
|
container_name: whoogle-search
|
2020-11-04 01:28:43 +03:00
|
|
|
#environment: # Uncomment to configure environment variables
|
|
|
|
# Basic auth configuration, uncomment to enable
|
|
|
|
#- WHOOGLE_USER=<auth username>
|
|
|
|
#- WHOOGLE_PASS=<auth password>
|
|
|
|
# Proxy configuration, uncomment to enable
|
|
|
|
#- WHOOGLE_PROXY_USER=<proxy username>
|
|
|
|
#- WHOOGLE_PROXY_PASS=<proxy password>
|
|
|
|
#- WHOOGLE_PROXY_TYPE=<proxy type (http|socks4|socks5)
|
|
|
|
#- WHOOGLE_PROXY_LOC=<proxy host/ip>
|
2020-12-06 01:01:21 +03:00
|
|
|
# Site alternative configurations, uncomment to enable
|
|
|
|
# Note: If not set, the feature will still be available
|
|
|
|
# with default values.
|
|
|
|
#- WHOOGLE_ALT_TW=nitter.net
|
|
|
|
#- WHOOGLE_ALT_YT=invidious.snopyta.org
|
|
|
|
#- WHOOGLE_ALT_IG=bibliogram.art/u
|
2021-01-24 01:43:53 +03:00
|
|
|
#- WHOOGLE_ALT_RD=libredd.it
|
2020-05-10 22:59:37 +03:00
|
|
|
ports:
|
2020-05-13 02:14:55 +03:00
|
|
|
- 5000:5000
|
2020-05-10 22:59:37 +03:00
|
|
|
restart: unless-stopped
|