From df1492978879fc7a442089f8cccc05e4fd12b559 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Thu, 14 Mar 2024 12:44:47 +0200 Subject: [PATCH] remove unused service from docker-compose --- docker-compose.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 67f0e62..0aff6a7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -212,13 +212,5 @@ services: - mongodb - redis - foundry - networks: - - simulation - - waku-rln-contract: - image: ubuntu - command: tail -f /dev/null - volumes: - - /submodules/waku-rln-contract:/waku-rln-contract networks: - simulation \ No newline at end of file