pass
This commit is contained in:
parent
e06c947a47
commit
e4f1b4128a
|
|
@ -8,7 +8,7 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:15
|
image: postgres-15
|
||||||
container_name: service-postgres
|
container_name: service-postgres
|
||||||
restart: always
|
restart: always
|
||||||
shm_size: 1gb
|
shm_size: 1gb
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ networks:
|
||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
container_name: service-redis
|
container_name: service-redis
|
||||||
image: redis:5.0.6
|
image: redis-6.2
|
||||||
restart: "always"
|
restart: "always"
|
||||||
command: redis-server --loglevel warning --maxmemory-policy allkeys-lru --maxclients 10000
|
command: redis-server --loglevel warning --maxmemory-policy allkeys-lru --maxclients 10000
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue