Parity Image from variable. Updated due to old version removed from dockerhub

This commit is contained in:
Javier Cortejoso 2019-05-06 09:05:04 +02:00
parent 3839315cd5
commit 7b5f95b0aa
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
5 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
version: '3'
services:
keeper-node:
image: parity/parity:v2.3.2
image: ${PARITY_IMAGE}
command:
--chain kovan
--base-path /home/parity/base

View File

@ -1,7 +1,7 @@
version: '3'
services:
keeper-node:
image: parity/parity:v2.3.2
image: ${PARITY_IMAGE}
command:
--config /home/parity/parity/config/config.toml
--db-path /home/parity/chains

View File

@ -1,7 +1,7 @@
version: '3'
services:
keeper-node:
image: parity/parity:v2.3.2
image: ${PARITY_IMAGE}
command:
--config /home/parity/config/config.toml
--db-path /home/parity/chains

View File

@ -44,7 +44,7 @@ services:
command: nginx -g 'daemon off;'
secret-store-signing-node:
image: parity/parity:v2.3.2
image: ${PARITY_IMAGE}
command:
--chain /etc/parity/secretstore/chain_${KEEPER_NETWORK_NAME}.json
--light

View File

@ -18,6 +18,8 @@ export BRIZO_VERSION=${BRIZO_VERSION:-v0.3.1}
export KEEPER_VERSION=${KEEPER_VERSION:-v0.9.0}
export PLEUSTON_VERSION=${PLEUSTON_VERSION:-v0.3.0}
export PARITY_IMAGE='parity/parity:v2.3.3'
export PROJECT_NAME="ocean"
export FORCEPULL="false"