mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-17 12:45:22 +01:00
CRON envs have been lost ... now they're back
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
# cyphernode
|
# 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.
|
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?
|
# What is cyphernode?
|
||||||
|
|||||||
@@ -23,6 +23,6 @@ docker run --rm -d --network cyphernodenet --env-file env.properties cyphernode/
|
|||||||
## Configure your container by modifying `env.properties` file
|
## Configure your container by modifying `env.properties` file
|
||||||
|
|
||||||
```properties
|
```properties
|
||||||
TX_CONF_URL=cyphernode:8888/executecallbacks
|
TX_CONF_URL=proxy:8888/executecallbacks
|
||||||
OTS_URL=cyphernode:8888/ots_backoffice
|
OTS_URL=proxy:8888/ots_backoffice
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -69,7 +69,8 @@ services:
|
|||||||
restart: always
|
restart: always
|
||||||
proxycron:
|
proxycron:
|
||||||
environment:
|
environment:
|
||||||
- "PROXY_URL=proxy:8888/executecallbacks"
|
- "TX_CONF_URL=proxy:8888/executecallbacks"
|
||||||
|
- "OTS_URL=proxy:8888/ots_backoffice"
|
||||||
image: cyphernode/proxycron:<%= proxycron_version %>
|
image: cyphernode/proxycron:<%= proxycron_version %>
|
||||||
# deploy:
|
# deploy:
|
||||||
# placement:
|
# placement:
|
||||||
|
|||||||
Reference in New Issue
Block a user