Compare commits

...

2 commits

Author SHA1 Message Date
41d9383a30 Update docker.io/pretalx/standalone Docker tag to v2025.2.3
All checks were successful
/ Ansible Lint (push) Successful in 2m54s
/ Ansible Lint (pull_request) Successful in 2m53s
2026-04-03 15:46:06 +00:00
3f94a992fe
ntfy-alertmanager: edit msg when alert resolve's
All checks were successful
/ Ansible Lint (push) Successful in 3m42s
2026-04-03 17:41:24 +02:00
5 changed files with 6 additions and 6 deletions

View file

@ -28,7 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
updatenotification true
}
ntfy {

View file

@ -28,7 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
updatenotification true
}
ntfy {

View file

@ -28,7 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
updatenotification true
}
ntfy {

View file

@ -28,7 +28,7 @@ labels {
resolved {
tags "white_check_mark,resolved"
priority 2
updatenotification true
}
ntfy {

View file

@ -33,7 +33,7 @@ services:
- pretalx_net
pretalx:
image: docker.io/pretalx/standalone:v2025.1.0
image: docker.io/pretalx/standalone:v2025.2.3
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:v2025.2.3
command:
- taskworker
restart: unless-stopped