removed gradido-node from docker compose since it is not working out of the box

This commit is contained in:
Ulf Gebhardt 2021-02-25 22:03:30 +01:00
parent 5c5486ab89
commit 42625fbecb
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -110,13 +110,13 @@ services:
######################################################### #########################################################
## GRADIDO NODE v1 ###################################### ## GRADIDO NODE v1 ######################################
######################################################### #########################################################
gradido-node: #gradido-node:
build: # build:
context: . # context: .
dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile # dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
volumes: # volumes:
- ${GN_INSTANCE_FOLDER}:/opt/instance # - ${GN_INSTANCE_FOLDER}:/opt/instance
container_name: ${GN_CONTAINER_NAME} # container_name: ${GN_CONTAINER_NAME}
networks: networks:
external-net: external-net: