File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
3
3
vouchervault :
4
- image : l4rm4nd/vouchervault:1.3 .x
4
+ image : l4rm4nd/vouchervault:1.5 .x
5
5
container_name : vouchervault
6
6
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
10
15
# ------- OPTIONAL OIDC AUTH --------
11
16
# Set to 'True' to enable OIDC authentication
12
17
# - OIDC_ENABLED=True
@@ -32,8 +37,6 @@ services:
32
37
ports :
33
38
- 8000:8000
34
39
volumes :
35
- - /etc/localtime:/etc/localtime:ro
36
- - /etc/timezone:/etc/timezone:ro
37
40
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/vouchervault/database:/opt/app/database
38
41
# networks:
39
42
# - proxy
You can’t perform that action at this time.
0 commit comments