From 99a940896505b48d90d731200134f784fa01270b Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Sun, 27 Apr 2025 20:09:39 +0200 Subject: [PATCH] chore: add new env --- examples/vouchervault/docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/vouchervault/docker-compose.yml b/examples/vouchervault/docker-compose.yml index 21a82ed..c4f3f5b 100644 --- a/examples/vouchervault/docker-compose.yml +++ b/examples/vouchervault/docker-compose.yml @@ -12,6 +12,8 @@ services: - EXPIRY_THRESHOLD_DAYS=90 # define the timezone - TZ=Europe/Berlin + # define custom x-frame-options response header + #- X-FRAME-OPTIONS=other.example.tld # ------- OPTIONAL OIDC AUTH -------- # Set to 'True' to enable OIDC authentication #- OIDC_ENABLED=True