mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-23 00:16:49 +00:00
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:
|
neo4j-bolt:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://neo4j_server:7687
|
- url: bolt://neo4j_server:7687
|
||||||
emqx-mqtt-socket:
|
emqx-mqtt-socket:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
|
|||||||
@@ -127,6 +127,9 @@ services:
|
|||||||
# ports:
|
# ports:
|
||||||
# - "7474:7474"
|
# - "7474:7474"
|
||||||
# - "7687:7687"
|
# - "7687:7687"
|
||||||
|
expose:
|
||||||
|
- 7474
|
||||||
|
- 7687
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
- default
|
- default
|
||||||
|
|||||||
Reference in New Issue
Block a user