Compare commits
2 commits
5ac5625a66
...
d1b371e74b
| Author | SHA1 | Date | |
|---|---|---|---|
| d1b371e74b | |||
|
9c2fe5ea9b |
6 changed files with 5 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# renovate: datasource=github-releases depName=netbox packageName=netbox-community/netbox
|
||||
netbox__version: "v4.5.0"
|
||||
netbox__version: "v4.5.1"
|
||||
netbox__config: "{{ lookup('ansible.builtin.template', 'resources/chaosknoten/netbox/netbox/configuration.py.j2') }}"
|
||||
netbox__custom_pipeline_oidc_group_and_role_mapping: true
|
||||
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@ services:
|
|||
- alertmanager_data:/alertmanager
|
||||
|
||||
grafana:
|
||||
image: docker.io/grafana/grafana:12.3.1
|
||||
image: docker.io/grafana/grafana:12.3.2
|
||||
container_name: grafana
|
||||
ports:
|
||||
- 3000:3000
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
ntfy:
|
||||
image: docker.io/binwiederhier/ntfy:v2.15.0
|
||||
image: docker.io/binwiederhier/ntfy:v2.16.0
|
||||
container_name: ntfy
|
||||
command:
|
||||
- serve
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ services:
|
|||
- pretalx_net
|
||||
|
||||
pretalx:
|
||||
image: docker.io/pretalx/standalone:v2025.1.0
|
||||
image: docker.io/pretalx/standalone:v2025.2.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:v2025.2.2
|
||||
command:
|
||||
- taskworker
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
|
|
@ -79,7 +79,6 @@ map $host $upstream_acme_challenge_host {
|
|||
staging.cryptoparty-hamburg.de 172.31.17.151:31820;
|
||||
staging.cryptoparty.hamburg.ccc.de 172.31.17.151:31820;
|
||||
spaceapi.ccc.de spaceapiccc.hosts.hamburg.ccc.de:31820;
|
||||
cpuccc.hamburg.ccc.de 172.31.17.151:31820;
|
||||
cpu.ccc.de 172.31.17.151:31820;
|
||||
lokal.ccc.de 172.31.17.151:31820;
|
||||
local.ccc.de 172.31.17.151:31820;
|
||||
|
|
|
|||
|
|
@ -97,7 +97,6 @@ stream {
|
|||
staging.cryptoparty-hamburg.de 172.31.17.151:8443;
|
||||
staging.cryptoparty.hamburg.ccc.de 172.31.17.151:8443;
|
||||
spaceapi.ccc.de spaceapiccc.hosts.hamburg.ccc.de:8443;
|
||||
cpuccc.hamburg.ccc.de 172.31.17.151:8443;
|
||||
cpu.ccc.de 172.31.17.151:8443;
|
||||
lokal.ccc.de 172.31.17.151:8443;
|
||||
local.ccc.de 172.31.17.151:8443;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue