mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
gradido node now represented in docker-compose.yml
This commit is contained in:
parent
02cb9b2f16
commit
998b934c1b
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user