@@ -11,7 +11,7 @@ services:
11
11
- " .local/gateway/Caddyfile:/etc/caddy/Caddyfile"
12
12
13
13
ledger :
14
- image : " ghcr.io/formancehq/ledger:v2.0.27 "
14
+ image : " ghcr.io/formancehq/ledger:v2.0.28 "
15
15
healthcheck :
16
16
test : [ "CMD", "wget", "http://127.0.0.1:8080/_info", "-O", "-", "-q" ]
17
17
interval : 10s
@@ -24,7 +24,7 @@ services:
24
24
POSTGRES_URI : " postgresql://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/ledger?sslmode=disable"
25
25
26
26
payments-migrate :
27
- image : " ghcr.io/formancehq/payments:v2.0.27 "
27
+ image : " ghcr.io/formancehq/payments:v2.0.28 "
28
28
command : migrate up
29
29
depends_on :
30
30
postgres :
@@ -33,7 +33,7 @@ services:
33
33
POSTGRES_URI : " postgres://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/payments?sslmode=disable"
34
34
35
35
payments-api :
36
- image : " ghcr.io/formancehq/payments:v2.0.27 "
36
+ image : " ghcr.io/formancehq/payments:v2.0.28 "
37
37
command : api server
38
38
healthcheck :
39
39
test : [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
@@ -51,7 +51,7 @@ services:
51
51
CONFIG_ENCRYPTION_KEY : mysuperencryptionkey
52
52
53
53
payments-connectors :
54
- image : " ghcr.io/formancehq/payments:v2.0.27 "
54
+ image : " ghcr.io/formancehq/payments:v2.0.28 "
55
55
command : connectors server
56
56
healthcheck :
57
57
test : [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
0 commit comments