Add secret_key variable

This commit is contained in:
Seth For Privacy 2022-09-13 09:06:05 -04:00 committed by GitHub
parent 029f634aff
commit 70f01ed93a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@ services:
environment:
- BIND_ADDRESS=0.0.0.0:8080
- BASE_URL=${APP_PROTOCOL:-http}://${APP_DOMAIN}/
- SECRET_KEY=${SEARXNG_SECRET_KEY}
labels:
traefik.enable: ${APP_EXPOSED}
traefik.http.routers.searxng.rule: Host(`${APP_DOMAIN}`)