This commit is contained in:
Didier Slof 2023-02-19 13:27:05 +01:00
parent 2ecc30d6e2
commit 3665d58db4
Signed by: didier
GPG key ID: 01E71F18AA4398E5

View file

@ -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