2020-05-10 22:59:37 +03:00
|
|
|
version: "3"
|
|
|
|
|
|
|
|
services:
|
|
|
|
whoogle-search:
|
|
|
|
image: benbusby/whoogle-search
|
|
|
|
container_name: whoogle-search
|
2020-11-04 00:28:42 +03:00
|
|
|
environment:
|
|
|
|
# Basic auth configuration, remove to disable
|
|
|
|
- WHOOGLE_USER=username
|
|
|
|
- WHOOGLE_PASS=password
|
|
|
|
# Proxy configuration, remove to disable
|
|
|
|
- WHOOGLE_PROXY_USER=username
|
|
|
|
- WHOOGLE_PROXY_PASS=password
|
|
|
|
- WHOOGLE_PROXY_TYPE=socks5
|
|
|
|
- WHOOGLE_PROXY_LOC=ip
|
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
|