mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +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:
|
volumes:
|
||||||
- ./community_server/config/php-fpm/php-ini-overrides.ini:/etc/php/7.4/fpm/conf.d/99-overrides.ini
|
- ./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:
|
networks:
|
||||||
external-net:
|
external-net:
|
||||||
internal-net:
|
internal-net:
|
||||||
internal: true
|
internal: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
db_vol:
|
db_vol:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user