|
@@ -8,27 +8,25 @@ services:
|
|
|
- "TZ=Asia/Shanghai"
|
|
|
#restart: on-failure
|
|
|
ports:
|
|
|
- - "50110:80"
|
|
|
- - "50113:50001"
|
|
|
- - "50112:3500"
|
|
|
- networks:
|
|
|
- - fwtnet
|
|
|
+ - "50100:80"
|
|
|
+ - "50103:50001"
|
|
|
|
|
|
hotline-dapr:
|
|
|
image: "daprio/daprd:edge"
|
|
|
command: [ "./daprd",
|
|
|
"-app-id", "hotline",
|
|
|
"-app-port", "80",
|
|
|
- "-components-path", "/components",
|
|
|
+ #"-components-path", "/components",
|
|
|
#"-config", "/configuration/config.yaml"
|
|
|
]
|
|
|
volumes:
|
|
|
- - "./dapr/components/:/components"
|
|
|
+ #- "./dapr/components/:/components"
|
|
|
#- "./dapr/configuration/:/configuration"
|
|
|
depends_on:
|
|
|
- hotline
|
|
|
network_mode: "service:hotline"
|
|
|
|
|
|
networks:
|
|
|
- fwtnet:
|
|
|
- external: true
|
|
|
+ default:
|
|
|
+ external: true
|
|
|
+ name: fw-dapr-network
|