1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
variables: NODE_PORT: 3333 SERVICE_PORT: 5000 CLIENT_PORT: 15000 name: n1 tcp-listener-address: 127.0.0.1:$NODE_PORT relay: default tcp-outlet: db-outlet: to: $SERVICE_PORT tcp-inlet: web-inlet: from: $CLIENT_PORT