Update to newest version

This commit is contained in:
Stefan Bethke 2024-08-17 18:22:44 +02:00
parent daf2a1dd85
commit d7d743ce8b

View file

@ -1,6 +1,4 @@
--- ---
version: "3.6"
services: services:
database: database:
image: docker.io/library/postgres:15-alpine image: docker.io/library/postgres:15-alpine
@ -27,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2023.10.0 image: docker.io/pretix/standalone:2024.7
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"