gradido node now represented in docker-compose.yml

This commit is contained in:
Pauls Jakovels 2021-02-25 14:50:23 +02:00
parent 02cb9b2f16
commit 998b934c1b

View File

@ -107,10 +107,21 @@ services:
volumes:
- ./community_server/config/php-fpm/php-ini-overrides.ini:/etc/php/7.4/fpm/conf.d/99-overrides.ini
#########################################################
## 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}
networks:
external-net:
internal-net:
internal: true
volumes:
db_vol:
db_vol: