chore: upgrade versions and rename folders

This commit is contained in:
2026-07-20 19:54:58 +02:00
parent 7fb488ab56
commit 78956ce84e
113 changed files with 471 additions and 470 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
services:
redis:
image: redis/redis-stack:7.4.0-v3
image: redis/redis-stack:7.4.0-v8
healthcheck:
test: [ "CMD", "redis-cli", "--raw", "incr", "ping" ]
volumes:
@@ -19,7 +19,7 @@ services:
restart: no
postgresql:
image: postgres:17.4
image: postgres:18.4
command: postgres -c 'max_connections=500'
environment:
POSTGRES_PASSWORD_FILE: /run/secrets/postgresql_password
@@ -32,7 +32,7 @@ services:
timeout: 5s
retries: 10
volumes:
- postgresql_data:/var/lib/postgresql/data
- postgresql_data:/var/lib/postgresql
rabbitmq:
image: rabbitmq:4-management-alpine