From 50e353560fac19c5987d9a65bd32abe41ca652ad Mon Sep 17 00:00:00 2001 From: kexkey Date: Tue, 1 Jan 2019 12:47:28 -0500 Subject: [PATCH] CRON envs have been lost ... now they're back --- README.md | 3 ++- cron_docker/README.md | 4 ++-- .../app/templates/installer/docker/docker-compose.yaml | 3 ++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb8cfdc..6e901f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # cyphernode + Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties. # What is cyphernode? @@ -19,7 +20,7 @@ Hardware wallets (ColdCard, Trezor) will be utilized for key generation and sign It is currently in production by Bylls.com, Canada's first and largest Bitcoin payment processor, as well as Bitcoin Outlet, a fixed-rate Bitcoin exchange service alternative to Coinbase which allows Canadians to purchase bitcoins sent directly to their own Bitcoin wallet. -The docker containers used in this project are hosted at www.bitcoindockers.com +The docker containers used in this project are hosted at www.bitcoindockers.com The project is in **heavy development** - we are currently looking for review, new features, user feedback and contributors to our roadmap. diff --git a/cron_docker/README.md b/cron_docker/README.md index 4de2c64..1a5b8b8 100644 --- a/cron_docker/README.md +++ b/cron_docker/README.md @@ -23,6 +23,6 @@ docker run --rm -d --network cyphernodenet --env-file env.properties cyphernode/ ## Configure your container by modifying `env.properties` file ```properties -TX_CONF_URL=cyphernode:8888/executecallbacks -OTS_URL=cyphernode:8888/ots_backoffice +TX_CONF_URL=proxy:8888/executecallbacks +OTS_URL=proxy:8888/ots_backoffice ``` diff --git a/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml b/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml index d39a559..eba5633 100644 --- a/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml +++ b/install/generator-cyphernode/generators/app/templates/installer/docker/docker-compose.yaml @@ -69,7 +69,8 @@ services: restart: always proxycron: environment: - - "PROXY_URL=proxy:8888/executecallbacks" + - "TX_CONF_URL=proxy:8888/executecallbacks" + - "OTS_URL=proxy:8888/ots_backoffice" image: cyphernode/proxycron:<%= proxycron_version %> # deploy: # placement: