remove limits
This commit is contained in:
parent
31b6d9c236
commit
a53ddaf0a7
@ -8,14 +8,6 @@ services:
|
||||
image: trancelife/quilibrium:latest
|
||||
restart: unless-stopped
|
||||
command: ["--signature-check=false"]
|
||||
deploy:
|
||||
resources:
|
||||
limits:
|
||||
cpus: '${CPU_LIMIT}'
|
||||
memory: '${MEM_LIMIT}'
|
||||
reservations:
|
||||
cpus: '${CPU_LIMIT}'
|
||||
memory: '${MEM_LIMIT}'
|
||||
environment:
|
||||
- DEFAULT_LISTEN_GRPC_MULTIADDR=/ip4/0.0.0.0/tcp/8337
|
||||
- DEFAULT_LISTEN_REST_MULTIADDR=/ip4/0.0.0.0/tcp/8338
|
||||
|
||||
Loading…
Reference in New Issue
Block a user