fix piped caddyfile

This commit is contained in:
2023-07-19 19:50:55 +05:30
parent 1f2d73edc9
commit 1374041672
4 changed files with 8 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ services:
- ./searxng:/etc/searxng:rw
- ./extras.conf:/etc/searxng/settings.yml:rw
environment:
- SEARXNG_BASE_URL=https://search.{{inventory_hostname}}.projectsegfau.lt/
- SEARXNG_BASE_URL=https://{% if server_prefix == 'eu' %}search.projectsegfau.lt{%else%}search.{{inventory_hostname}}.projectsegfau.lt{%endif%}/
cap_drop:
- ALL
cap_add: