This repository has been archived on 2023-05-02. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
neo/docker-compose.utils.yml
2022-12-04 23:04:18 +01:00

12 lines
274 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