diff --git a/.gitignore b/.gitignore index 6f4809a..5b54b4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .env* +memcached +valkey diff --git a/docker-compose.yml b/docker-compose.yml index c96c231..9a298f7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/pretix.cfg b/pretix.cfg index 350dd5b..1533428 100644 --- a/pretix.cfg +++ b/pretix.cfg @@ -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