mirror of
https://github.com/searxng/searxng-docker.git
synced 2026-07-25 17:31:26 +00:00
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
This commit is contained in:
17
searx-docker.service.template
Normal file
17
searx-docker.service.template
Normal file
@@ -0,0 +1,17 @@
|
||||
<[Unit]
|
||||
Description=searx service
|
||||
Requires=docker.service
|
||||
After=docker.service
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
|
||||
Environment=SEARX_DOCKERCOMPOSEFILE=docker-compose.yaml
|
||||
|
||||
WorkingDirectory=/usr/local/searx-docker
|
||||
|
||||
ExecStart=/bin/sh -c "start.sh"
|
||||
ExecStop=/bin/sh -c "stop.sh"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user