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