taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 101ea5ccf429bcd1e239038254f7ad97065de4f0
parent 4435abcdec253ebfcd54219193a27eb7e395719d
Author: MS <ms@taler.net>
Date:   Wed, 19 Oct 2022 16:58:33 +0200

readme

Diffstat:
Mdocker/hybrid/README | 17++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/docker/hybrid/README b/docker/hybrid/README @@ -30,11 +30,11 @@ following command: $ docker build --no-cache -t taler_local/taler_base . -Compose -------- +Composed containers +------------------- From this folder, run: - $ docker-compose down -v # deletes state from previous runs. + $ docker-compose build How to run @@ -57,14 +57,17 @@ and postgresql data. The environment variable TALER_DEPLOYMENT_LOGS controls where on the host's filesystem the logs get stored. It defaults -to ~/taler-logs, and contains exchange, libeufin, and postgresql -data. NOTE: Postgres needs permissions to write in -TALER_DEPLOYMENT_LOGS because it runs as the 'postgres' user -(uid=999). +to ~/taler-logs and will be created by Docker - owned by "root:root" - +if it's not found. NOTE: the 'postgres' user (uid=999) needs +write access to TALER_DEPLOYMENT_LOGS, in order to log from +the database container. Run --- +Only if stale data needs to be removed, from this folder run: + $ docker-compose down -v # deletes state from previous runs. + From this folder, run: $ docker-compose up --remove-orphans --abort-on-container-exit