mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 09:15:18 +00:00
HG-130: Adapt to the damsel with breaking changes (#52)
* HG-130: Adapt to the damsel with breaking changes * HG-130: Switch to proper damsel master * HG-130: Hack around a damsel's whoopsie * HG-130: Bump dominant and machinegun images
This commit is contained in:
parent
b66c8c7664
commit
3abb169383
@ -15,13 +15,13 @@ services:
|
||||
- shumway
|
||||
|
||||
dominant:
|
||||
image: dr.rbkmoney.com/rbkmoney/dominant:5e14750e3f3c6cf3a6478de55dd68e55a972856b
|
||||
image: dr.rbkmoney.com/rbkmoney/dominant:a4f6660238f2ac8ea03d0bc60d130039fdcb57be
|
||||
command: /opt/dominant/bin/dominant foreground
|
||||
depends_on:
|
||||
- machinegun
|
||||
|
||||
machinegun:
|
||||
image: dr.rbkmoney.com/rbkmoney/machinegun:2c956c1172cf8f7b4a09512cd1571bdd4c57f1c1
|
||||
image: dr.rbkmoney.com/rbkmoney/machinegun:bde2440a87e8311b6e2db90e915f8efdaa520ba1
|
||||
command: /opt/machinegun/bin/machinegun foreground
|
||||
volumes:
|
||||
- ./test/machinegun/sys.config:/opt/machinegun/releases/0.1.0/sys.config
|
||||
|
@ -1,5 +0,0 @@
|
||||
case os:getenv("WERCKER_CACHE_DIR") of
|
||||
false -> CONFIG;
|
||||
[] -> CONFIG;
|
||||
Dir -> lists:keystore(global_rebar_dir, 1, CONFIG, {global_rebar_dir, Dir})
|
||||
end.
|
@ -2,8 +2,8 @@
|
||||
{<<"cowboy">>,{pkg,<<"cowboy">>,<<"1.0.4">>},1},
|
||||
{<<"cowlib">>,{pkg,<<"cowlib">>,<<"1.0.2">>},2},
|
||||
{<<"dmsl">>,
|
||||
{git,"git@github.com:rbkmoney/damsel_erlang.git",
|
||||
{ref,"874bdc5cac1525ecb666413d0d17e7a37a25b63b"}},
|
||||
{git,"git@github.com:keynslug/damsel_erlang.git",
|
||||
{ref,"b17462f0f948053398d221d6b32fd965ed39726b"}},
|
||||
0},
|
||||
{<<"dmt">>,
|
||||
{git,"git@github.com:rbkmoney/dmt_core.git",
|
||||
@ -15,7 +15,7 @@
|
||||
0},
|
||||
{<<"genlib">>,
|
||||
{git,"https://github.com/rbkmoney/genlib.git",
|
||||
{ref,"ea85932ecf19fe39c87237fe5916ba1f65fc0bd6"}},
|
||||
{ref,"02998eb643c9c6b49969fc77054c4925b883bf26"}},
|
||||
0},
|
||||
{<<"goldrush">>,{pkg,<<"goldrush">>,<<"0.1.8">>},1},
|
||||
{<<"gproc">>,{pkg,<<"gproc">>,<<"0.6.1">>},0},
|
||||
|
Loading…
Reference in New Issue
Block a user