enforce https
This commit is contained in:
parent
9f4d1464bd
commit
3cb72d8b81
|
@ -33,7 +33,7 @@ services:
|
||||||
- "8345:80"
|
- "8345:80"
|
||||||
environment:
|
environment:
|
||||||
- "PRETIX_INSTANCE_NAME=CCCHH Hackertours"
|
- "PRETIX_INSTANCE_NAME=CCCHH Hackertours"
|
||||||
- "PRETIX_URL=http://hackertours.hamburg.ccc.de"
|
- "PRETIX_URL=https://hackertours.hamburg.ccc.de"
|
||||||
- "DATABASE_BACKEND=postgresql"
|
- "DATABASE_BACKEND=postgresql"
|
||||||
- "DATABASE_NAME=pretix"
|
- "DATABASE_NAME=pretix"
|
||||||
- "DATABASE_USER=pretix"
|
- "DATABASE_USER=pretix"
|
||||||
|
|
Loading…
Reference in a new issue