Is your feature request related to a problem? Please describe.
As I understand aeproject generates docker-compose.yml file that depends on NODE_TAG and COMPILER_TAG env variables. I would like to use docker-compose up to run the testing environment as a more familiar tool for me, but it is not working untill I define these variables by myself (I'm creating an .env file).
Would be nice if aeproject specify some version of node and compiler to be compatible with docker-compose out of the box.
Describe the solution you'd like
aeproject can create .env file by itself, not sure how to handle this in the best way.
Is your feature request related to a problem? Please describe.
As I understand
aeproject
generatesdocker-compose.yml
file that depends onNODE_TAG
andCOMPILER_TAG
env variables. I would like to usedocker-compose up
to run the testing environment as a more familiar tool for me, but it is not working untill I define these variables by myself (I'm creating an.env
file).Would be nice if aeproject specify some version of node and compiler to be compatible with
docker-compose
out of the box.Describe the solution you'd like
aeproject can create
.env
file by itself, not sure how to handle this in the best way.