Fixed parity-node container not exists in all compose

This commit is contained in:
Javier Cortejoso 2018-11-30 10:27:36 +01:00
parent c8d6660b9b
commit e8ec5608a8
No known key found for this signature in database
GPG Key ID: FBEEF3131E39EBCF
3 changed files with 4 additions and 6 deletions

View File

@ -1,7 +1,5 @@
version: '2.1' version: '2.1'
# Run: docker-compose --project-name=ocean up
services: services:
mongodb: mongodb:
image: mongo:3.6 image: mongo:3.6

View File

@ -1,7 +1,5 @@
version: '2.1' version: '2.1'
# Run: docker-compose --project-name=ocean up
services: services:
mongodb: mongodb:
image: mongo:3.6 image: mongo:3.6
@ -52,6 +50,8 @@ services:
- keeper-contracts - keeper-contracts
env_file: env_file:
- ${BRIZO_ENV_FILE} - ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: http://keeper-contracts:8545
volumes: volumes:
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro - ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro

View File

@ -1,7 +1,5 @@
version: '2.1' version: '2.1'
# Run: docker-compose --project-name=ocean up
services: services:
mongodb: mongodb:
image: mongo:3.6 image: mongo:3.6
@ -52,6 +50,8 @@ services:
- keeper-contracts - keeper-contracts
env_file: env_file:
- ${BRIZO_ENV_FILE} - ${BRIZO_ENV_FILE}
environment:
KEEPER_URL: "http://keeper-contracts:8545"
volumes: volumes:
- ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro - ${ARTIFACTS_FOLDER}:/usr/local/keeper-contracts/:ro