Updated build paths in e2e
This commit is contained in:
parent
2c7c70f608
commit
082db73402
@ -15,7 +15,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "15672:15672"
|
- "15672:15672"
|
||||||
bridge:
|
bridge:
|
||||||
build: ../oracle
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: oracle/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BRIDGE_MODE=NATIVE_TO_ERC
|
- BRIDGE_MODE=NATIVE_TO_ERC
|
||||||
@ -42,7 +44,9 @@ services:
|
|||||||
- ALLOW_HTTP=yes
|
- ALLOW_HTTP=yes
|
||||||
command: "true"
|
command: "true"
|
||||||
bridge-erc:
|
bridge-erc:
|
||||||
build: ../oracle
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: oracle/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BRIDGE_MODE=ERC_TO_ERC
|
- BRIDGE_MODE=ERC_TO_ERC
|
||||||
@ -70,7 +74,9 @@ services:
|
|||||||
- ALLOW_HTTP=yes
|
- ALLOW_HTTP=yes
|
||||||
command: "true"
|
command: "true"
|
||||||
bridge-erc-native:
|
bridge-erc-native:
|
||||||
build: ../oracle
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: oracle/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BRIDGE_MODE=ERC_TO_NATIVE
|
- BRIDGE_MODE=ERC_TO_NATIVE
|
||||||
|
@ -17,7 +17,9 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "15672:15672"
|
- "15672:15672"
|
||||||
bridge:
|
bridge:
|
||||||
build: ../oracle
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: oracle/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BRIDGE_MODE=NATIVE_TO_ERC
|
- BRIDGE_MODE=NATIVE_TO_ERC
|
||||||
@ -44,7 +46,9 @@ services:
|
|||||||
- ALLOW_HTTP=yes
|
- ALLOW_HTTP=yes
|
||||||
command: "true"
|
command: "true"
|
||||||
bridge-erc20:
|
bridge-erc20:
|
||||||
build: ../oracle
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: oracle/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BRIDGE_MODE=ERC_TO_ERC
|
- BRIDGE_MODE=ERC_TO_ERC
|
||||||
@ -72,7 +76,9 @@ services:
|
|||||||
- ALLOW_HTTP=yes
|
- ALLOW_HTTP=yes
|
||||||
command: "true"
|
command: "true"
|
||||||
bridge-erc20-native:
|
bridge-erc20-native:
|
||||||
build: ../oracle
|
build:
|
||||||
|
context: ..
|
||||||
|
dockerfile: oracle/Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=production
|
- NODE_ENV=production
|
||||||
- BRIDGE_MODE=ERC_TO_NATIVE
|
- BRIDGE_MODE=ERC_TO_NATIVE
|
||||||
|
Loading…
Reference in New Issue
Block a user