# Read the documentation before using the `docker-compose.yml` file:
# https://docs.searxng.org/admin/installation-docker.html
#
# Additional ENVs:
# https://docs.searxng.org/admin/settings/settings_general.html#settings-general
# https://docs.searxng.org/admin/settings/settings_server.html#settings-server

# Use a specific version tag. E.g. "latest" or "2026.3.25-541c6c3cb".
# 2026.5.31 has a SQLite init race that breaks the radio browser engine on startup.
SEARXNG_VERSION=latest

# Listen to a specific address.
#SEARXNG_HOST=[::]

# Listen to a specific port.
#SEARXNG_PORT=8080

# Public URL of the instance (served behind the reverse proxy).
SEARXNG_BASE_URL=https://searx.viljarb.online/
