Compare commits
No commits in common. "7286792a7b8c801368b1037da7a9b6913a7500461f740fbab8a47faf23ded4d6" and "37282c10c985d4526863a12563d946e271f2ad74f08e3f82ccaa83c71b1a72dc" have entirely different histories.
7286792a7b
...
37282c10c9
3 changed files with 3 additions and 11 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
.env*
|
||||
|
||||
memcached
|
||||
valkey
|
||||
|
|
|
|||
|
|
@ -4,16 +4,7 @@ services:
|
|||
depends_on: [memcached, valkey]
|
||||
restart: always
|
||||
ports:
|
||||
- name: web-v6
|
||||
target: 80
|
||||
published: 80
|
||||
host_ip: "[::]"
|
||||
app_protocol: http
|
||||
- name: web-v4
|
||||
target: 80
|
||||
published: 80
|
||||
host_ip: "0.0.0.0"
|
||||
app_protocol: http
|
||||
- 127.0.0.1:1337:80
|
||||
volumes:
|
||||
- ./pretix.cfg:/etc/pretix/pretix.cfg
|
||||
- /var/run/postgresql:/run/postgresql
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ datadir=/data
|
|||
plugins_default=pretix.plugins.sendmail,pretix.plugins.statistics
|
||||
cookie_domain=.tickets.ctbk.de
|
||||
registration=Off
|
||||
trust_x_forwarded_for=on
|
||||
[locale]
|
||||
default=en
|
||||
timezone=UTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue