Skip to content

Commit d296a38

Browse files
chore: Update readme & console image tag (#585)
1 parent 5b4a542 commit d296a38

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
<p align="center">
2+
<img src="https://formance01.b-cdn.net/Github-Attachements/banners/connectivity-readme-banner.webp" alt="connectivity" width="100%" />
3+
</p>
4+
15
# Formance Payments [![test](https://github.com/formancehq/payments/actions/workflows/main.yml/badge.svg)](https://github.com/formancehq/payments/actions/workflows/main.yml) [![goreportcard](https://goreportcard.com/badge/github.com/formancehq/payments)](https://goreportcard.com/report/github.com/formancehq/payments) [![codecov](https://codecov.io/github/formancehq/payments/graph/badge.svg?token=SrhCCbrtnV)](https://codecov.io/github/formancehq/payments)
26

37
# Getting started
@@ -19,7 +23,7 @@ $ STACK_PUBLIC_URL=http://localhost && docker compose up
1923
```
2024

2125
## Debugging
22-
You can also use the docker-compose.dev.yml file to run the application with Delve and Air, which allow debugging and
26+
You can also use the docker-compose.dev.yml file to run the application with Delve and Air, which allow debugging and
2327
live reloading.
2428

2529
## Use console as a frontend

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ services:
138138
STACK_PUBLIC_URL: ${STACK_PUBLIC_URL:?mandatory}
139139

140140
console:
141-
image: ghcr.io/formancehq/console-v3:5d61287cb526ac11d897cfbae3d538be959b5f86
141+
image: ghcr.io/formancehq/console-v3:f76467637c7c594a35a39690b5e26f69936b2dcf
142142
ports:
143143
- "3000:3000"
144144
environment:

0 commit comments

Comments
 (0)