Add secret_key variable
This commit is contained in:
parent
029f634aff
commit
70f01ed93a
|
@ -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}`)
|
||||
|
|
Loading…
Reference in New Issue
Block a user