Compare commits
2 commits
ad85ce2fb9
...
7452751a75
| Author | SHA1 | Date | |
|---|---|---|---|
| 7452751a75 | |||
|
431aaefb36 |
2 changed files with 6 additions and 6 deletions
|
|
@ -12,12 +12,12 @@ knot__remotes:
|
|||
|
||||
knot__catalog_zones:
|
||||
- domain: "hamburg.ccc.de.catalog."
|
||||
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
|
||||
notify_targets: [ "erfadns.ber.ccc.de" ]
|
||||
|
||||
knot__zones:
|
||||
- domain: "hh.ccc.de."
|
||||
catalog_member: "hamburg.ccc.de.catalog."
|
||||
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
|
||||
notify_targets: [ "erfadns.ber.ccc.de" ]
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hh.ccc.de.zone') }}"
|
||||
|
||||
- domain: "ccchh.net."
|
||||
|
|
@ -27,7 +27,7 @@ knot__zones:
|
|||
|
||||
- domain: "hamburg.ccc.de."
|
||||
catalog_member: "hamburg.ccc.de.catalog."
|
||||
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
|
||||
notify_targets: [ "erfadns.ber.ccc.de" ]
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/hamburg.ccc.de.zone') }}"
|
||||
|
||||
- domain: "eh20.easterhegg.eu."
|
||||
|
|
@ -46,5 +46,5 @@ knot__zones:
|
|||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/diday.org.zone') }}"
|
||||
|
||||
- domain: "3.2.0.0.0.0.0.f.0.b.4.1.0.0.a.2.ip6.arpa."
|
||||
notify_targets: [ "erfadns.ber.ccc.de", "ns.vie.ccc.de" ]
|
||||
notify_targets: [ "erfadns.ber.ccc.de" ]
|
||||
content: "{{ lookup('ansible.builtin.file', 'resources/chaosknoten/auth-dns/zones/3.2.0.0.0.0.0.f.0.b.4.1.0.0.a.2.ip6.arpa.zone') }}"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2026.1.2
|
||||
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.1.2
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue