Skip to content

Commit 44ac0a8

Browse files
chore: Update docker compose and readme (#1114)
1 parent dcdebe5 commit 44ac0a8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# ![ledger](docs/ledger-logo.svg) Formance Ledger
1+
<p align="center">
2+
<img src="https://formance01.b-cdn.net/Github-Attachements/banners/ledger-readme-banner.webp" alt="ledger" width="100%" />
3+
</p>
4+
5+
# Formance Ledger
26

37
Formance Ledger is a programmable financial core ledger that provides a foundation for all kind of money-moving applications. It provides an atomic multi-postings transactions system, account-based modeling, and is programmable in [numscript](https://docs.formance.com/modules/numscript/introduction), a built-in DSL to model financial transactions.
48

@@ -37,7 +41,7 @@ http POST :80/api/ledger/v2/quickstart/transactions postings:='[{"amount":100,"a
3741

3842
And get a visual feedback on the Ledger Console UI started on [http://localhost:3000/formance/localhost?region=localhost](http://localhost:3000/formance/localhost?region=localhost):
3943

40-
![console](examples/standalone/console-screenshot.png)
44+
![console](https://formance01.b-cdn.net/Github-Attachements/console-screenshot.png)
4145

4246
## Production 🛡️
4347

examples/standalone/docker-compose.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: ledger-standalone
2+
13
volumes:
24
postgres: {}
35

@@ -63,7 +65,7 @@ services:
6365
- "./Caddyfile:/etc/caddy/Caddyfile"
6466

6567
console:
66-
image: ghcr.io/formancehq/console-v3:5d61287cb526ac11d897cfbae3d538be959b5f86
68+
image: ghcr.io/formancehq/console-v3:f76467637c7c594a35a39690b5e26f69936b2dcf
6769
ports:
6870
- "3000:3000"
6971
environment:

0 commit comments

Comments
 (0)