mirror of
https://github.com/valitydev/party-management.git
synced 2024-11-06 01:05:21 +00:00
Update machinegun (#402)
This commit is contained in:
parent
302a04b8d6
commit
a62a3eeb67
@ -25,10 +25,11 @@ services:
|
||||
condition: service_healthy
|
||||
|
||||
machinegun:
|
||||
image: dr2.rbkmoney.com/rbkmoney/machinegun:aec434f47029dbd81762e10de04c9422e3c93e5e
|
||||
image: dr2.rbkmoney.com/rbkmoney/machinegun:4986e50e2abcedbf589aaf8cce89c2b420589f04
|
||||
command: /opt/machinegun/bin/machinegun foreground
|
||||
volumes:
|
||||
- ./test/machinegun/config.yaml:/opt/machinegun/etc/config.yaml
|
||||
- ./test/machinegun/cookie:/opt/machinegun/etc/cookie
|
||||
healthcheck:
|
||||
test: "curl http://localhost:8022/"
|
||||
interval: 5s
|
||||
|
@ -1,4 +1,6 @@
|
||||
service_name: machinegun
|
||||
erlang:
|
||||
secret_cookie_file: "/opt/machinegun/etc/cookie"
|
||||
namespaces:
|
||||
invoice:
|
||||
event_sinks:
|
||||
|
1
test/machinegun/cookie
Normal file
1
test/machinegun/cookie
Normal file
@ -0,0 +1 @@
|
||||
test
|
Loading…
Reference in New Issue
Block a user