chore: Update docker-compose.yml

This commit is contained in:
LRVT 2025-02-19 01:55:23 +01:00 committed by GitHub
parent fcfdeec97d
commit c660387827
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
services: services:
vouchervault: vouchervault:
image: l4rm4nd/vouchervault:1.7.x image: l4rm4nd/vouchervault:1.12.x
container_name: vouchervault container_name: vouchervault
environment: environment:
# your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS # your FQDN or IP; multiple ones supported via comma delimiter
- DOMAIN=vouchervault.example.com - DOMAIN=vouchervault.example.com
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts # set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
- SECURE_COOKIES=False - SECURE_COOKIES=False