fix: expose grpc port
This commit is contained in:
parent
530d2f19fe
commit
e16864d8d8
@ -38,7 +38,9 @@ services:
|
|||||||
KAFKA_BROKERS: "10.8.0.6:9092"
|
KAFKA_BROKERS: "10.8.0.6:9092"
|
||||||
KAFKA_TOPIC_TARIFF: "tariffs"
|
KAFKA_TOPIC_TARIFF: "tariffs"
|
||||||
DISCOUNT_ADDRESS: "10.8.0.6:9001"
|
DISCOUNT_ADDRESS: "10.8.0.6:9001"
|
||||||
|
GRPC_HOST: "0.0.0.0"
|
||||||
ports:
|
ports:
|
||||||
- 10.8.0.6:59664:3000
|
- 10.8.0.6:59664:3000
|
||||||
|
- 10.8.0.6:59665:9000
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
|
Loading…
Reference in New Issue
Block a user