mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 18:48:27 +00:00
Fix: add network to trigger webapp
This commit is contained in:
parent
4494dcafab
commit
8d9a539ba8
@ -80,8 +80,8 @@ services:
|
||||
- NEO4J_apoc_export_file_enabled=true # Enable file export
|
||||
- NEO4J_apoc_import_file_enabled=true # Enable file import
|
||||
- NEO4J_apoc_import_file_use_neo4j_config=true
|
||||
- NEO4J_dbms_memory_heap_initial__size=2G
|
||||
- NEO4J_dbms_memory_heap_max__size=4G
|
||||
- NEO4J_dbms_memory_heap_initial__size=1G
|
||||
- NEO4J_dbms_memory_heap_max__size=2G
|
||||
ports:
|
||||
- "7474:7474"
|
||||
- "7687:7687"
|
||||
|
||||
@ -39,6 +39,7 @@ services:
|
||||
networks:
|
||||
- webapp
|
||||
- supervisor
|
||||
- core-network
|
||||
volumes:
|
||||
- shared:/home/node/shared
|
||||
# Only needed for bootstrap
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user