fix config stuff
This commit is contained in:
parent
3eeb651a3c
commit
f1abc36839
@ -46,7 +46,7 @@ services:
|
|||||||
secrets:
|
secrets:
|
||||||
- db_password
|
- db_password
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready"]
|
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||||
interval: 10s
|
interval: 10s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
|
@ -6,7 +6,7 @@ url=https://{{ env "DOMAIN" }}
|
|||||||
currency=EUR
|
currency=EUR
|
||||||
datadir=/data
|
datadir=/data
|
||||||
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
|
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
|
||||||
cookie_domain=.pretix.de
|
cookie_domain=.{{ env "DOMAIN" }}
|
||||||
loglevel=INFO
|
loglevel=INFO
|
||||||
trust_x_forwarded_for=on
|
trust_x_forwarded_for=on
|
||||||
trust_x_forwarded_proto=on
|
trust_x_forwarded_proto=on
|
||||||
@ -23,7 +23,7 @@ name=pretix
|
|||||||
user=pretix
|
user=pretix
|
||||||
password={{ secret "db_password" }}
|
password={{ secret "db_password" }}
|
||||||
host=db
|
host=db
|
||||||
port=3306
|
port=5432
|
||||||
|
|
||||||
[mail]
|
[mail]
|
||||||
from={{ env "SMTP_FROM" }}
|
from={{ env "SMTP_FROM" }}
|
||||||
@ -47,7 +47,7 @@ enabled=en,de
|
|||||||
|
|
||||||
[celery]
|
[celery]
|
||||||
backend=redis://redis:6379/1
|
backend=redis://redis:6379/1
|
||||||
broker=redis://redis:6379/1
|
broker=redis://redis:6379/2
|
||||||
|
|
||||||
[pretix_file_upload]
|
[pretix_file_upload]
|
||||||
; Max upload size for images in MiB, defaults to 10 MiB
|
; Max upload size for images in MiB, defaults to 10 MiB
|
||||||
|
Loading…
x
Reference in New Issue
Block a user