Update Traefik configuration to use bolt protocol for neo4j-bolt service and expose ports 7474 and 7687

This commit is contained in:
2024-05-09 17:00:29 +08:00
parent c9e039c9f7
commit 7fa0ce2b24
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -485,7 +485,7 @@ http:
neo4j-bolt:
loadBalancer:
servers:
- url: http://neo4j_server:7687
- url: bolt://neo4j_server:7687
emqx-mqtt-socket:
loadBalancer:
servers:
+3
View File
@@ -127,6 +127,9 @@ services:
# ports:
# - "7474:7474"
# - "7687:7687"
expose:
- 7474
- 7687
networks:
- net
- default