use global paths

This commit is contained in:
kleines Filmröllchen 2026-02-15 23:22:31 +01:00
parent 74546b10fa
commit 1f87107d00
Signed by: filmroellchen
SSH key fingerprint: SHA256:UMhcHaeI+VGsiUL2Drpw3aj1iRiQUlx8nxZqUPvoaVw
2 changed files with 6 additions and 6 deletions

View file

@ -7,9 +7,9 @@ services:
- 127.0.0.1:1337:80
volumes:
- ./pretix.cfg:/etc/pretix/pretix.cfg
- /var/run/postgresql:/var/run/postgresql
- ./valkey:/run/valkey
- ./memcached:/run/memcached
- /var/run/postgresql:/run/postgresql
- /run/valkey:/run/valkey
- /run/memcached:/run/memcached
- /var/lib/pretix:/data
environment:
- TZ=Europe/Berlin
@ -23,7 +23,7 @@ services:
- --threads=4
- -s /run/memcached/memcached.sock
volumes:
- ./memcached:/run/memcached
- /run/memcached:/run/memcached
valkey:
image: ghcr.io/valkey-io/valkey:alpine
restart: always
@ -31,4 +31,4 @@ services:
- /etc/valkey.conf
volumes:
- ./valkey.conf:/etc/valkey.conf
- ./valkey:/run/valkey
- /run/valkey:/run/valkey