From c2e693082b7dda76fde653eb94b7be5f4d1e161b Mon Sep 17 00:00:00 2001
From: Fanna Lautenbach <lautenbach@astron.nl>
Date: Fri, 10 Mar 2023 17:31:59 +0100
Subject: [PATCH] remove docker network from cache for integration

---
 integration/docker-compose.yml                         | 2 --
 integration/local/docker-compose-integration-local.yml | 2 --
 2 files changed, 4 deletions(-)

diff --git a/integration/docker-compose.yml b/integration/docker-compose.yml
index 8126ccea..8f37efab 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 37f091e2..2e40e5d0 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:
-- 
GitLab