mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 01:05:21 +00:00
parent
dac53a5847
commit
79c10fe02d
@ -21,7 +21,7 @@ services:
|
||||
- machinegun
|
||||
|
||||
machinegun:
|
||||
image: dr.rbkmoney.com/rbkmoney/machinegun:faa1156dd07a5cc72413616e3c73d48767654d3c
|
||||
image: dr.rbkmoney.com/rbkmoney/machinegun:2c956c1172cf8f7b4a09512cd1571bdd4c57f1c1
|
||||
command: /opt/machinegun/bin/machinegun foreground
|
||||
volumes:
|
||||
- ./test/machinegun/sys.config:/opt/machinegun/releases/0.1.0/sys.config
|
||||
|
@ -1,17 +1,17 @@
|
||||
[
|
||||
{mg_woody_api, [
|
||||
{storage, mg_storage_test},
|
||||
{storage, mg_storage_memory},
|
||||
{namespaces, #{
|
||||
<<"invoice">> => #{
|
||||
url => <<"http://hellgate:8022/v1/stateproc/invoice">>,
|
||||
processor => #{url => <<"http://hellgate:8022/v1/stateproc/invoice">>},
|
||||
event_sink => <<"payproc">>
|
||||
},
|
||||
<<"party">> => #{
|
||||
url => <<"http://hellgate:8022/v1/stateproc/party">>,
|
||||
processor => #{url => <<"http://hellgate:8022/v1/stateproc/party">>},
|
||||
event_sink => <<"payproc">>
|
||||
},
|
||||
<<"domain-config">> => #{
|
||||
url => <<"http://dominant:8022/v1/stateproc">>
|
||||
processor => #{url => <<"http://dominant:8022/v1/stateproc">>}
|
||||
}
|
||||
}}
|
||||
]}
|
||||
|
Loading…
Reference in New Issue
Block a user