mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-26 09:05:13 +01:00
29 lines
625 B
Markdown
29 lines
625 B
Markdown
# Cyphernode CRON container
|
|
|
|
## Pull our Cyphernode image
|
|
|
|
```shell
|
|
docker pull cyphernode/proxycron:cyphernode-0.05
|
|
```
|
|
|
|
## Build yourself the image
|
|
|
|
```shell
|
|
docker build -t cyphernode/proxycron:cyphernode-0.05 .
|
|
```
|
|
|
|
## Run image
|
|
|
|
If you are using it independantly from the Docker stack (docker-compose.yml), you can run it like that:
|
|
|
|
```shell
|
|
docker run --rm -d --network cyphernodenet --env-file env.properties cyphernode/proxycron:cyphernode-0.05
|
|
```
|
|
|
|
## Configure your container by modifying `env.properties` file
|
|
|
|
```properties
|
|
TX_CONF_URL=cyphernode:8888/executecallbacks
|
|
OTS_URL=cyphernode:8888/ots_backoffice
|
|
```
|