mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 09:15:18 +00:00
HG-63: Interwine payment processing with accounting (#45)
* HG-63: Interwine payment processing with accounting * HG-63: Fix linting issues * HG-63: Fix badmatch * HG-63: Play with timings in tests * HG-63: Add a couple of TODOs * HG-63: Use `partition` instead of deceptive `splitwith`
This commit is contained in:
parent
69e435b5d9
commit
5645661e8e
@ -1 +1 @@
|
||||
Subproject commit 7cbdc2e1dfc26a6248f39da2cfe10a1ab001b130
|
||||
Subproject commit 4858499fdd62af516a2239d51d12d82be0921857
|
@ -27,12 +27,12 @@ services:
|
||||
- ./test/machinegun/sys.config:/opt/machinegun/releases/0.1.0/sys.config
|
||||
|
||||
shumway:
|
||||
image: dr.rbkmoney.com/rbkmoney/shumway:b9487a2313ede02780a90895eb74d43e57b931f6
|
||||
image: dr.rbkmoney.com/rbkmoney/shumway:cd00af9d70b28a7851295fca39bdeded5a3606b0
|
||||
entrypoint: |
|
||||
java
|
||||
-Xmx512m
|
||||
-jar
|
||||
/opt/shumway/shumway-0.0.1-SNAPSHOT.jar
|
||||
/opt/shumway/shumway.jar
|
||||
command: |
|
||||
--spring.datasource.url=jdbc:postgresql://shumway_psql:5432/shumway
|
||||
--spring.datasource.username=shumway
|
||||
|
Loading…
Reference in New Issue
Block a user