Compare commits

...

2 commits

Author SHA1 Message Date
2ad62923b2 Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 2m52s
/ Ansible Lint (pull_request) Successful in 2m51s
2026-01-28 14:45:59 +00:00
9c2fe5ea9b
public-reverse-proxy(host): remove cpuccc.hamburg.ccc.de alias
All checks were successful
/ Ansible Lint (push) Successful in 2m19s
2026-01-28 15:32:29 +01:00
3 changed files with 1 additions and 3 deletions

View file

@ -79,7 +79,6 @@ map $host $upstream_acme_challenge_host {
staging.cryptoparty-hamburg.de 172.31.17.151:31820; staging.cryptoparty-hamburg.de 172.31.17.151:31820;
staging.cryptoparty.hamburg.ccc.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; 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; cpu.ccc.de 172.31.17.151:31820;
lokal.ccc.de 172.31.17.151:31820; lokal.ccc.de 172.31.17.151:31820;
local.ccc.de 172.31.17.151:31820; local.ccc.de 172.31.17.151:31820;

View file

@ -97,7 +97,6 @@ stream {
staging.cryptoparty-hamburg.de 172.31.17.151:8443; staging.cryptoparty-hamburg.de 172.31.17.151:8443;
staging.cryptoparty.hamburg.ccc.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; 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; cpu.ccc.de 172.31.17.151:8443;
lokal.ccc.de 172.31.17.151:8443; lokal.ccc.de 172.31.17.151:8443;
local.ccc.de 172.31.17.151:8443; local.ccc.de 172.31.17.151:8443;

View file

@ -13,7 +13,7 @@ services:
restart: unless-stopped restart: unless-stopped
redis: redis:
image: docker.io/library/redis:7.4.7 image: docker.io/library/redis:8.4.0
ports: ports:
- "6379:6379" - "6379:6379"
volumes: volumes: