Update Traefik configuration to use bolt protocol for neo4j-bolt service and expose ports 7474 and 7687
This commit is contained in:
@@ -485,7 +485,7 @@ http:
|
||||
neo4j-bolt:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: http://neo4j_server:7687
|
||||
- url: bolt://neo4j_server:7687
|
||||
emqx-mqtt-socket:
|
||||
loadBalancer:
|
||||
servers:
|
||||
|
||||
@@ -127,6 +127,9 @@ services:
|
||||
# ports:
|
||||
# - "7474:7474"
|
||||
# - "7687:7687"
|
||||
expose:
|
||||
- 7474
|
||||
- 7687
|
||||
networks:
|
||||
- net
|
||||
- default
|
||||
|
||||
Reference in New Issue
Block a user