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