14 lines
302 B
YAML
14 lines
302 B
YAML
version: '2.2'
|
|
|
|
services:
|
|
searx:
|
|
restart: always
|
|
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
|