diff --git a/integration/docker-compose.yml b/integration/docker-compose.yml
index 8126ccea9716d5452e200d66da03d50ce5e9a29a..8f37efab991f8cb4a551e4ea1dd3b16988456b13 100644
--- a/integration/docker-compose.yml
+++ b/integration/docker-compose.yml
@@ -25,8 +25,6 @@ services:
       - ALLOW_EMPTY_PASSWORD=yes
     ports:
       - "6379:6379"
-    networks:
-      - ldv_network
     restart: unless-stopped
 
   atdb-backend:
diff --git a/integration/local/docker-compose-integration-local.yml b/integration/local/docker-compose-integration-local.yml
index 37f091e21453eac64ccb0275f3e19b391240a879..2e40e5d0efb4b0dcebbbd8b25bbcb8b32e851821 100644
--- a/integration/local/docker-compose-integration-local.yml
+++ b/integration/local/docker-compose-integration-local.yml
@@ -25,8 +25,6 @@ services:
       - ALLOW_EMPTY_PASSWORD=yes
     ports:
       - "6379:6379"
-    networks:
-      - ldv_network
     restart: unless-stopped
 
   atdb-backend: