pass
This commit is contained in:
parent
e06c947a47
commit
e4f1b4128a
|
|
@ -8,7 +8,7 @@ volumes:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:15
|
||||
image: postgres-15
|
||||
container_name: service-postgres
|
||||
restart: always
|
||||
shm_size: 1gb
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue