Compare commits
2 commits
ed04bde545
...
564d07d724
| Author | SHA1 | Date | |
|---|---|---|---|
| 564d07d724 | |||
| 283bc80b41 |
3 changed files with 6 additions and 3 deletions
|
|
@ -12,3 +12,6 @@ nginx__version_spec: ""
|
|||
nginx__configurations:
|
||||
- name: ccchoir.de
|
||||
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
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ services:
|
|||
restart: unless-stopped
|
||||
|
||||
app:
|
||||
image: docker.io/library/wordpress:6-php8.1
|
||||
image: docker.io/library/wordpress:7-php8.2
|
||||
environment:
|
||||
- "WORDPRESS_DB_HOST=database"
|
||||
- "WORDPRESS_DB_NAME=wordpress"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2026.2.1
|
||||
entrypoint: gunicorn
|
||||
command:
|
||||
- "pretalx.wsgi"
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
celery:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2026.2.1
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue