@@ -11,7 +11,7 @@ services:
1111 - " .local/gateway/Caddyfile:/etc/caddy/Caddyfile"
1212
1313 ledger :
14- image : " ghcr.io/formancehq/ledger:v2.0.28 "
14+ image : " ghcr.io/formancehq/ledger:v2.0.29 "
1515 healthcheck :
1616 test : [ "CMD", "wget", "http://127.0.0.1:8080/_info", "-O", "-", "-q" ]
1717 interval : 10s
@@ -24,7 +24,7 @@ services:
2424 POSTGRES_URI : " postgresql://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/ledger?sslmode=disable"
2525
2626 payments-migrate :
27- image : " ghcr.io/formancehq/payments:v2.0.28 "
27+ image : " ghcr.io/formancehq/payments:v2.0.29 "
2828 command : migrate up
2929 depends_on :
3030 postgres :
@@ -33,7 +33,7 @@ services:
3333 POSTGRES_URI : " postgres://formance:formance@postgres:${FORMANCE_POSTGRES_PORT:-5432}/payments?sslmode=disable"
3434
3535 payments-api :
36- image : " ghcr.io/formancehq/payments:v2.0.28 "
36+ image : " ghcr.io/formancehq/payments:v2.0.29 "
3737 command : api server
3838 healthcheck :
3939 test : [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
@@ -51,7 +51,7 @@ services:
5151 CONFIG_ENCRYPTION_KEY : mysuperencryptionkey
5252
5353 payments-connectors :
54- image : " ghcr.io/formancehq/payments:v2.0.28 "
54+ image : " ghcr.io/formancehq/payments:v2.0.29 "
5555 command : connectors server
5656 healthcheck :
5757 test : [ "CMD", "curl", "-f", "http://127.0.0.1:8080/_healthcheck" ]
0 commit comments