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'
# Run: docker-compose --project-name=ocean up
services:
mongodb:
image: mongo:3.6

View File

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

View File

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