Compare commits

...

2 commits

Author SHA1 Message Date
7ae8387923 Update docker.io/library/mariadb Docker tag to v12
All checks were successful
/ Ansible Lint (push) Successful in 2m58s
/ Ansible Lint (pull_request) Successful in 3m2s
2026-04-02 09:15:44 +00:00
db8dfac07a Update docker.io/pretix/standalone Docker tag to v2026
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m54s
/ Ansible Lint (push) Successful in 2m22s
2026-04-01 23:47:03 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
services: services:
database: database:
image: docker.io/library/mariadb:11 image: docker.io/library/mariadb:12
environment: environment:
- "MARIADB_DATABASE=wordpress" - "MARIADB_DATABASE=wordpress"
- "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}" - "MARIADB_ROOT_PASSWORD={{ secret__mariadb_root_password }}"

View file

@ -25,7 +25,7 @@ services:
backend: backend:
pretix: pretix:
image: docker.io/pretix/standalone:2024.8 image: docker.io/pretix/standalone:2026.3
command: ["all"] command: ["all"]
ports: ports:
- "8345:80" - "8345:80"