Switched to Valkey as Redis database
Some checks failed
wolfree / build (push) Failing after 9s
simplytranslate / build (push) Failing after 6s
searxng / build-searxng (push) Failing after 5s
rat-aint-tieba / build (push) Failing after 9s
proxigram / build (push) Failing after 28s
priviblur / build (push) Failing after 5s
imgin / build (push) Failing after 7s
binternet / build (push) Successful in 28s
Some checks failed
wolfree / build (push) Failing after 9s
simplytranslate / build (push) Failing after 6s
searxng / build-searxng (push) Failing after 5s
rat-aint-tieba / build (push) Failing after 9s
proxigram / build (push) Failing after 28s
priviblur / build (push) Failing after 5s
imgin / build (push) Failing after 7s
binternet / build (push) Successful in 28s
This commit is contained in:
parent
a410796b3e
commit
1040fa7f6f
@ -44,6 +44,7 @@ Source | Image
|
|||||||
[Xyphyn/photon](https://github.com/Xyphyn/photon) | Xyphyn/photon
|
[Xyphyn/photon](https://github.com/Xyphyn/photon) | Xyphyn/photon
|
||||||
[Ahwxorg/Binternet](https://github.com/Ahwxorg/binternet/) | ahwxorg/binternet
|
[Ahwxorg/Binternet](https://github.com/Ahwxorg/binternet/) | ahwxorg/binternet
|
||||||
[gothub/gothub](https://codeberg.org/gothub/gothub) | gothub/gothub
|
[gothub/gothub](https://codeberg.org/gothub/gothub) | gothub/gothub
|
||||||
|
[valkey-io/valkey-container](https://github.com/valkey-io/valkey-container) | valkey/valkey
|
||||||
[go-gitea/gitea](https://github.com/go-gitea/gitea) | gitea/gitea (with [Rainnny7/gitea-github-theme](https://github.com/Rainnny7/gitea-github-theme))
|
[go-gitea/gitea](https://github.com/go-gitea/gitea) | gitea/gitea (with [Rainnny7/gitea-github-theme](https://github.com/Rainnny7/gitea-github-theme))
|
||||||
[gitea/act_runner](https://gitea.com/gitea/act_runner) | gitea/act_runner
|
[gitea/act_runner](https://gitea.com/gitea/act_runner) | gitea/act_runner
|
||||||
[binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | binwiederhier/ntfy
|
[binwiederhier/ntfy](https://github.com/binwiederhier/ntfy) | binwiederhier/ntfy
|
||||||
|
@ -1,4 +1,9 @@
|
|||||||
FROM docker.io/searxng/searxng:latest
|
FROM docker.io/searxng/searxng:latest
|
||||||
|
|
||||||
# copy custom simple theme css from the PaulGo fork
|
# copy custom simple theme css and limiter.toml from the PaulGo fork
|
||||||
|
COPY --from=docker.io/paulgoio/searxng:production /etc/searxng/limiter.toml /etc/searxng/limiter.toml
|
||||||
COPY --from=docker.io/paulgoio/searxng:production /usr/local/searxng/searx/static/themes/ /usr/local/searxng/searx/static/themes/
|
COPY --from=docker.io/paulgoio/searxng:production /usr/local/searxng/searx/static/themes/ /usr/local/searxng/searx/static/themes/
|
||||||
|
|
||||||
|
# Compile into .pyc. (Static files are already precompiled in the source images)
|
||||||
|
WORKDIR /usr/local/searxng
|
||||||
|
RUN su searxng -c "/usr/bin/python3 -m compileall -q searx";
|
||||||
|
Loading…
Reference in New Issue
Block a user