Commit Graph

24 Commits (master)

Author SHA1 Message Date
Émilien (perso) 8546bf599b
Add automatic restart of the services
close https://github.com/searxng/searxng-docker/pull/106
2 weeks ago
Ivan Gabaldon a0e711191e
Replace Redis with Valkey + reduce logging for containers caddy and redis (#230)
* replace redis w/valkey

* cleanup

* apply changes

* revert volume reuse

* fix valkey container

* revert remove `CAP_DROP` `CAP_ADD`

* revert switch from `redis` to `valkey`

* revert revert volume reuse

* update README

* apply changes

* add back useful stuff from README + keep structure + keep compat old docker compose

---------

Co-authored-by: Emilien Devos <4016501+unixfox@users.noreply.github.com>
2 weeks ago
iacore 8e3220be09
Add docker.io prefix to container image names (#221)
Co-authored-by: iacore <noreply+gpg-stub@1a-insec.net>
3 months ago
Ivan Gabaldon 6813aff4d4
allow persistent rdb (#198)
Signed-off-by: Inetol <igabaldon@inetol.net>
6 months ago
Alexandre Flament 12d726f4ff docker-compose.yaml: remove CAP_DAC_OVERRIDE
Close #30
1 year ago
Alexandre Flament d4ae67a468 Remove scripts 2/n 2 years ago
Alexandre Flament 0a1db38e21 Rely on searxng/settings.yml 2 years ago
Alexandre Flament fe4a33a2bf Replace morty & filtron by redis & the limiter plugin 2 years ago
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
3 years ago
Alexandre Flament 38377d53c9 SearXNG 3 years ago
Steffen 83f465995f Restart caddy service on-failure 3 years ago
Alexandre Flament 909201fef2 Remove old searx-checker
See https://github.com/searx/searx/pull/2419
3 years ago
Rafael 7a76a003a2 Fix morty not binding to 0.0.0.0 4 years ago
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)
4 years ago
Dalf 92cdb70360 [mod] docker-compose.yaml: remove hardcoded IP 4 years ago
Dalf e4e3aa48f4 [mod] update Caddy version 5 years ago
Dalf 3d2c643dd2 Use searx/searx Docker image 5 years ago
Dalf ba3507d96b filtron: add rules.json in this project 5 years ago
Dalf 440ee48aef docker-compose.yml : reference dalf/* docker images for now 5 years ago
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
5 years ago
Dalf 4023196f54 Bug fix: add capabilities 5 years ago
Dalf 6dea64a9dc Add filtron (configuration not done / checked)
Drop capabilities
5 years ago
Dalf 5d5a5353ac Working connections between the docker containers 5 years ago
Dalf fe312fdae9 Initial commit 5 years ago