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:
|
environment:
|
||||||
- TZ=Europe/Berlin
|
- TZ=Europe/Berlin
|
||||||
env_file: ".env-pretix"
|
env_file: ".env-pretix"
|
||||||
|
|
||||||
|
# pretalx:
|
||||||
|
# image: harbor.aalen.space/sfz.aalen/infra/images/pretalx-ctbk:1741346032
|
||||||
|
|
||||||
|
# databases
|
||||||
memcached:
|
memcached:
|
||||||
image: docker.io/memcached:alpine
|
image: docker.io/memcached:alpine
|
||||||
restart: always
|
restart: always
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ datadir=/data
|
||||||
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
|
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
|
||||||
cookie_domain=.tickets.ctbk.de
|
cookie_domain=.tickets.ctbk.de
|
||||||
registration=Off
|
registration=Off
|
||||||
|
user = root
|
||||||
[locale]
|
[locale]
|
||||||
default=en
|
default=en
|
||||||
timezone=UTC
|
timezone=UTC
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue