Compare commits

...

2 commits

Author SHA1 Message Date
085d107831 Update docker.io/pretix/standalone Docker tag to v2026.6
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (push) Successful in 2m46s
/ Ansible Lint (pull_request) Successful in 2m39s
2026-07-25 23:01:05 +00:00
283bc80b41 Update wordpress image
All checks were successful
/ build (push) Successful in 50s
/ Ansible Lint (push) Successful in 2m53s
2026-07-26 00:47:54 +02:00
3 changed files with 5 additions and 2 deletions

View file

@ -12,3 +12,6 @@ nginx__version_spec: ""
nginx__configurations: nginx__configurations:
- name: ccchoir.de - name: ccchoir.de
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/ccchoir/nginx/ccchoir.de.conf') }}" content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/ccchoir/nginx/ccchoir.de.conf') }}"
# renovate: datasource=docker depName=docker.io/library/wordpress
host_ccchoir__docker_compose__wordpress_version: 7.0.2-apache

View file

@ -17,7 +17,7 @@ services:
restart: unless-stopped restart: unless-stopped
app: app:
image: docker.io/library/wordpress:6-php8.1 image: docker.io/library/wordpress:7-php8.2
environment: environment:
- "WORDPRESS_DB_HOST=database" - "WORDPRESS_DB_HOST=database"
- "WORDPRESS_DB_NAME=wordpress" - "WORDPRESS_DB_NAME=wordpress"

View file

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