From 42625fbecb9401e5221fe84bcc9dd8b360ad5125 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 25 Feb 2021 22:03:30 +0100 Subject: [PATCH] removed gradido-node from docker compose since it is not working out of the box --- docker-compose.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 574360911..e3b5427d8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -110,13 +110,13 @@ services: ######################################################### ## GRADIDO NODE v1 ###################################### ######################################################### - gradido-node: - build: - context: . - dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile - volumes: - - ${GN_INSTANCE_FOLDER}:/opt/instance - container_name: ${GN_CONTAINER_NAME} + #gradido-node: + # build: + # context: . + # dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile + # volumes: + # - ${GN_INSTANCE_FOLDER}:/opt/instance + # container_name: ${GN_CONTAINER_NAME} networks: external-net: