Skip to content

Commit 1b1bab7

Browse files
authored
chore: update vouchervault
1 parent a9ef787 commit 1b1bab7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

examples/vouchervault/docker-compose.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
services:
22

33
vouchervault:
4-
image: l4rm4nd/vouchervault:1.3.x
4+
image: l4rm4nd/vouchervault:1.5.x
55
container_name: vouchervault
66
environment:
7-
- DOMAIN=vouchervault.example.com # your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
8-
- SECURE_COOKIES=False # set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
9-
- EXPIRY_THRESHOLD_DAYS=90 # send notifications xx days prior expiry; default is 30
7+
# your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
8+
- DOMAIN=vouchervault.example.com
9+
# set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
10+
- SECURE_COOKIES=False
11+
# send notifications xx days prior expiry
12+
- EXPIRY_THRESHOLD_DAYS=90
13+
# define the timezone
14+
- TZ=Europe/Berlin
1015
# ------- OPTIONAL OIDC AUTH --------
1116
# Set to 'True' to enable OIDC authentication
1217
#- OIDC_ENABLED=True
@@ -32,8 +37,6 @@ services:
3237
ports:
3338
- 8000:8000
3439
volumes:
35-
- /etc/localtime:/etc/localtime:ro
36-
- /etc/timezone:/etc/timezone:ro
3740
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/vouchervault/database:/opt/app/database
3841
#networks:
3942
# - proxy

0 commit comments

Comments
 (0)