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:
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: