Commit graph

20 commits

Author SHA1 Message Date
Pankaj
ed23824006
Restart the services automatically.
Added option "restart: always" for caddy, redis and searxng service to restart and run always.
searx-docker is also following the similar approach https://github.com/searx/searx-docker/blob/master/docker-compose.yaml
2022-12-12 20:31:10 +05:30
Alexandre Flament
d4ae67a468 Remove scripts 2/n 2022-04-22 09:45:47 +02:00
Alexandre Flament
0a1db38e21 Rely on searxng/settings.yml 2022-03-20 10:36:48 +01:00
Alexandre Flament
fe4a33a2bf Replace morty & filtron by redis & the limiter plugin 2022-02-25 23:11:13 +01:00
Alexandre Flament
77cc397d40
Fix docker-compose.yml
Update searxng-docker with https://github.com/searxng/searxng/pull/383 changes.

Close https://github.com/searxng/searxng-docker/issues/6
2021-11-27 10:56:56 +01:00
Alexandre Flament
38377d53c9 SearXNG 2021-10-01 18:13:17 +02:00
Steffen
83f465995f Restart caddy service on-failure 2021-03-29 14:22:43 +02:00
Alexandre Flament
909201fef2 Remove old searx-checker
See https://github.com/searx/searx/pull/2419
2021-01-17 09:53:59 +01:00
Rafael
7a76a003a2 Fix morty not binding to 0.0.0.0 2020-07-30 13:42:47 -05:00
Alexandre Flament
bdf5619765
[mod] upgrade to Caddy v2 (#44)
* Use docker image caddy:2-alpine
* Caddyfile: remove "limits 10KB"
* Caddyfile: URL /filtron/rules removes (filtron API still availabled on http://localhost:4041/rules )
* caddy storage are docker volumes (caddy-data and caddy-config). start.sh and stop.sh have been modified to keep these volumes.
* .env: Remove SEARX_PROTOCOL, SEARX_TLS, FILTRON_USER and FILTRON_PASSWORD variables.
* docker-compose.yml: filtron and morty listen on 127.0.0.1 (related to #38)

* Fix #37: settings ```SEARX_HOSTNAME=localhost:8888``` works as expected (https connection)
2020-07-13 08:12:32 +02:00
Dalf
92cdb70360 [mod] docker-compose.yaml: remove hardcoded IP 2020-04-10 10:45:58 +02:00
Dalf
e4e3aa48f4 [mod] update Caddy version 2019-10-19 18:53:06 +02:00
Dalf
3d2c643dd2 Use searx/searx Docker image 2019-07-13 16:53:11 +02:00
Dalf
ba3507d96b filtron: add rules.json in this project 2019-07-13 10:56:22 +02:00
Dalf
440ee48aef docker-compose.yml : reference dalf/* docker images for now 2019-07-11 17:17:12 +02:00
Dalf
86f1f7e22d Mainly add searx/searx-checker
- Add searx/searx-checker image with automatic check everyday. Result https://${HOSTNAME}/status
- Cache /static files
- Add start.sh, stop.sh, update.sh
2019-07-09 18:05:05 +02:00
Dalf
4023196f54 Bug fix: add capabilities 2019-07-06 16:37:18 +02:00
Dalf
6dea64a9dc Add filtron (configuration not done / checked)
Drop capabilities
2019-07-06 14:54:05 +02:00
Dalf
5d5a5353ac Working connections between the docker containers 2019-07-02 18:24:26 +02:00
Dalf
fe312fdae9 Initial commit 2019-07-01 16:26:45 +02:00