enforce https

This commit is contained in:
Stefan Bethke 2023-12-10 14:03:53 +01:00
parent 9f4d1464bd
commit 3cb72d8b81

View file

@ -33,7 +33,7 @@ services:
- "8345:80"
environment:
- "PRETIX_INSTANCE_NAME=CCCHH Hackertours"
- "PRETIX_URL=http://hackertours.hamburg.ccc.de"
- "PRETIX_URL=https://hackertours.hamburg.ccc.de"
- "DATABASE_BACKEND=postgresql"
- "DATABASE_NAME=pretix"
- "DATABASE_USER=pretix"