Skip to content

Commit

Permalink
Fix #50, removed searx-checker
Browse files Browse the repository at this point in the history
Searx-checker is taken out of service. It wasn't essential for Watcher.
  • Loading branch information
Felix83000 committed Sep 1, 2021
1 parent a26c04c commit 9996fca
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,6 @@ services:
- SETUID
- DAC_OVERRIDE

searx-checker:
container_name: searx-checker
image: searx/searx-checker
hostname: searx-checker
restart: always
networks:
default:
ipv4_address: 10.10.10.4
environment:
HTTP_PROXY: ${HTTP_PROXY}
HTTPS_PROXY: ${HTTPS_PROXY}
no_proxy: "10.10.10.3"
command: -cron -o html/data/status.json http://10.10.10.3:8080
volumes:
- searx-checker:/usr/local/searx-checker/html/data:rw

rss-bridge:
container_name: rss-bridge
image: rssbridge/rss-bridge:latest
Expand Down

0 comments on commit 9996fca

Please sign in to comment.