Before the start, your must config enviroment variables of general. Remember within each project it is also necessary to configure environment variables
- Copy the file '.env.example'
- Change the name '.env.example' to '.env'
- open file and complete the variables
Example
// POSTGRES
POSTGRES_USER=
POSTGRES_DB=
POSTGRES_PASSWORD=
// RABBITMQ
RABBITMQ_DEFAULT_USER=
RABBITMQ_DEFAULT_PASS=
Run build of docker-compose for development
docker-compose -f docker-compose.dev buildRun build
docker-compose -f docker-compose.dev up