Updated build paths in e2e

This commit is contained in:
rzadp 2019-05-23 11:39:51 +02:00
parent 2c7c70f608
commit 082db73402
2 changed files with 18 additions and 6 deletions

@ -15,7 +15,9 @@ services:
ports:
- "15672:15672"
bridge:
build: ../oracle
build:
context: ..
dockerfile: oracle/Dockerfile
environment:
- NODE_ENV=production
- BRIDGE_MODE=NATIVE_TO_ERC
@ -42,7 +44,9 @@ services:
- ALLOW_HTTP=yes
command: "true"
bridge-erc:
build: ../oracle
build:
context: ..
dockerfile: oracle/Dockerfile
environment:
- NODE_ENV=production
- BRIDGE_MODE=ERC_TO_ERC
@ -70,7 +74,9 @@ services:
- ALLOW_HTTP=yes
command: "true"
bridge-erc-native:
build: ../oracle
build:
context: ..
dockerfile: oracle/Dockerfile
environment:
- NODE_ENV=production
- BRIDGE_MODE=ERC_TO_NATIVE

@ -17,7 +17,9 @@ services:
ports:
- "15672:15672"
bridge:
build: ../oracle
build:
context: ..
dockerfile: oracle/Dockerfile
environment:
- NODE_ENV=production
- BRIDGE_MODE=NATIVE_TO_ERC
@ -44,7 +46,9 @@ services:
- ALLOW_HTTP=yes
command: "true"
bridge-erc20:
build: ../oracle
build:
context: ..
dockerfile: oracle/Dockerfile
environment:
- NODE_ENV=production
- BRIDGE_MODE=ERC_TO_ERC
@ -72,7 +76,9 @@ services:
- ALLOW_HTTP=yes
command: "true"
bridge-erc20-native:
build: ../oracle
build:
context: ..
dockerfile: oracle/Dockerfile
environment:
- NODE_ENV=production
- BRIDGE_MODE=ERC_TO_NATIVE