1
0
Fork 0
This commit is contained in:
Ilya Mukhortov 2026-01-14 10:48:42 +10:00
parent e06c947a47
commit e4f1b4128a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ volumes:
services:
postgres:
image: postgres:15
image: postgres-15
container_name: service-postgres
restart: always
shm_size: 1gb

View File

@ -6,7 +6,7 @@ networks:
services:
redis:
container_name: service-redis
image: redis:5.0.6
image: redis-6.2
restart: "always"
command: redis-server --loglevel warning --maxmemory-policy allkeys-lru --maxclients 10000
networks: