Add helper to fetch release tarballs
This commit is contained in:
parent
8ffa0c9561
commit
7acb97cd13
3 changed files with 45 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ Container stack for GNU Taler (Exchange, Merchant, LibEuFin Bank) with optional
|
|||
- After changing DB passwords in `.env`, no manual SQL rendering is needed—the init script reads them at container start.
|
||||
- Release refs/tarballs: Browse tags/commits at `https://git.taler.net/{gnunet,exchange,merchant,libeufin}.git/` (Tarballs via `.../snapshot/<tag>.tar.gz`) and set `*_REF`/`GNUNET_TARBALL_URL` accordingly.
|
||||
- Offline tarball drop-in: place tarballs under `vendor/` (`gnunet-*.tar.gz`, `exchange-*.tar.gz`, `merchant-*.tar.gz`, `libeufin-*.tar.gz`); the build picks the first match and falls back to git if incomplete.
|
||||
- Fetch release tarballs: `./scripts/fetch-tarballs.sh` (uses current stable versions; override with `*_VERSION` or `*_TARBALL_URL` env vars).
|
||||
|
||||
## Useful commands
|
||||
- Logs: `docker compose logs -f exchange` (or bank/merchant/caddy/wordpress).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue