mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-27 14:01:15 +00:00
chore: update vouchervault
This commit is contained in:
parent
0eddd1b4bd
commit
edda212d58
|
@ -1,20 +1,17 @@
|
||||||
services:
|
services:
|
||||||
|
|
||||||
vouchervault:
|
vouchervault:
|
||||||
image: l4rm4nd/vouchervault:latest
|
image: l4rm4nd/vouchervault:1.0.x
|
||||||
container_name: vouchervault
|
container_name: vouchervault
|
||||||
environment:
|
environment:
|
||||||
- DOMAIN=vouchervault.example.com # your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
|
- DOMAIN=vouchervault.example.com # your FQDN or IP; used to define ALLOWED_HOSTS and CSRF_TRUSTED_ORIGINS
|
||||||
- SECURE_COOKIES=False # set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
|
- SECURE_COOKIES=False # set to True if you use a reverse proxy with tls; enables secure cookie flag and hsts
|
||||||
- EXPIRY_THRESHOLD_DAYS=90 # send notifications xx days prior expiry; default is 30
|
- EXPIRY_THRESHOLD_DAYS=90 # send notifications xx days prior expiry; default is 30
|
||||||
- SECRET_KEY=ChooseSuperSecretKey # optional; if not defined, a secure secret is auto-generated
|
|
||||||
- PORT=8000 # optional; only relevant if you use a custom port; used to define CSRF_TRUSTED_ORIGINS
|
|
||||||
- REDIS_HOST=redis # optional; only change if you use another redis container
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
ports:
|
ports:
|
||||||
- 8888:8000
|
- 8000:8000
|
||||||
volumes:
|
volumes:
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /etc/timezone:/etc/timezone:ro
|
- /etc/timezone:/etc/timezone:ro
|
||||||
|
|
Loading…
Reference in New Issue
Block a user