gradido-node-test service added

This commit is contained in:
Pauls Jakovels 2021-03-04 13:06:09 +02:00
parent 998b934c1b
commit 3211aef119

View File

@ -117,6 +117,17 @@ services:
volumes: volumes:
- ${GN_INSTANCE_FOLDER}:/opt/instance - ${GN_INSTANCE_FOLDER}:/opt/instance
container_name: ${GN_CONTAINER_NAME} container_name: ${GN_CONTAINER_NAME}
#########################################################
## GRADIDO NODE test ###################################
#########################################################
gradido-node-test:
build:
context: .
dockerfile: ./gn/docker/deprecated-hedera-node/Dockerfile
container_name: gn-test
working_dir: /opt/gn/build
command: ["./unit_tests"]
networks: networks:
external-net: external-net: