Compare commits

...

2 commits

Author SHA1 Message Date
1759d2b405 Update docker.io/pretix/standalone Docker tag to v2026.5
All checks were successful
/ build (pull_request) Successful in 30s
/ Ansible Lint (push) Successful in 2m32s
/ Ansible Lint (pull_request) Successful in 2m37s
2026-06-10 11:15:59 +00:00
6d922b7c8b
dns: also notify erfadns.ber.ccc.de for catalog zone changes
Some checks failed
/ Ansible Lint (push) Successful in 2m32s
/ build (push) Failing after 2m43s
2026-06-10 13:12:00 +02:00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ knot__remotes:
knot__catalog_zones:
- domain: "hamburg.ccc.de.catalog."
notify_targets: [ "ns.vie.ccc.de" ]
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
knot__zones:
- domain: "hh.ccc.de."

View file

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