switch to whoogle
This commit is contained in:
parent
7456bf9b17
commit
2ecc30d6e2
1 changed files with 3 additions and 5 deletions
|
@ -1,15 +1,13 @@
|
||||||
version: '2.2'
|
version: '2.2'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
searx:
|
whoogle:
|
||||||
restart: always
|
restart: always
|
||||||
image: searxng/searxng
|
image: benbusby/whoogle-search
|
||||||
volumes:
|
|
||||||
- /srv/searx/config:/etc/searxng
|
|
||||||
environment:
|
environment:
|
||||||
- LETSENCRYPT_HOST=search.faulty.nl
|
- LETSENCRYPT_HOST=search.faulty.nl
|
||||||
- VIRTUAL_HOST=search.faulty.nl
|
- VIRTUAL_HOST=search.faulty.nl
|
||||||
- BASE_URL=https://search.faulty.nl
|
- VIRTUAL_PORT=5000
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
|
|
Reference in a new issue