minor fixes and pretalx preparation
This commit is contained in:
parent
7c84f764a1
commit
5a6faab4cf
2 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ services:
|
|||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
env_file: ".env-pretix"
|
||||
|
||||
# pretalx:
|
||||
# image: harbor.aalen.space/sfz.aalen/infra/images/pretalx-ctbk:1741346032
|
||||
|
||||
# databases
|
||||
memcached:
|
||||
image: docker.io/memcached:alpine
|
||||
restart: always
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ datadir=/data
|
|||
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
|
||||
cookie_domain=.tickets.ctbk.de
|
||||
registration=Off
|
||||
user = root
|
||||
[locale]
|
||||
default=en
|
||||
timezone=UTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue