mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
removed gradido-node from docker compose since it is not working out of the box
This commit is contained in:
parent
5c5486ab89
commit
42625fbecb
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user