Compare commits

...

2 commits

Author SHA1 Message Date
c9f82183ff Update docker.io/library/redis Docker tag to v8
All checks were successful
/ Ansible Lint (push) Successful in 2m47s
/ Ansible Lint (pull_request) Successful in 2m47s
2026-01-27 17:46:01 +00:00
2e5b0ab940
nginx(role): to not log IPs, just disable the access log
All checks were successful
/ Ansible Lint (push) Successful in 2m16s
2026-01-27 18:18:17 +01:00
2 changed files with 2 additions and 2 deletions

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:

View file

@ -1,2 +1,2 @@
error_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=warn debug; error_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=warn debug;
access_log syslog:server=unix:/run/systemd/journal/dev-log,nohostname,severity=info main; access_log off;