Comment out sysctl settings for keydb and backend services in docker-compose.yml
This commit is contained in:
parent
29c64c7e39
commit
d1365ba5c5
1 changed files with 4 additions and 4 deletions
|
|
@ -62,8 +62,8 @@ services:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: "0.5"
|
cpus: "0.5"
|
||||||
sysctls:
|
# sysctls:
|
||||||
vm.overcommit_memory: "1"
|
# vm.overcommit_memory: "1"
|
||||||
|
|
||||||
keydb:
|
keydb:
|
||||||
image: eqalpha/keydb:latest
|
image: eqalpha/keydb:latest
|
||||||
|
|
@ -83,8 +83,8 @@ services:
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpus: "0.5"
|
cpus: "0.5"
|
||||||
sysctls:
|
# sysctls:
|
||||||
vm.overcommit_memory: "1"
|
# vm.overcommit_memory: "1"
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
build:
|
build:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue