From a53ddaf0a7ad845d21a30083c221459fe489c81d Mon Sep 17 00:00:00 2001 From: HoraceZhang Date: Thu, 12 Sep 2024 09:51:02 +0800 Subject: [PATCH] remove limits --- docker-compose.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a1906b4..f900fc8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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