Put the the docker-compose file in the same directory with the backend app folder ( beside the app backend folder )
$ cd server
$ npm install
Configure the environment variables by creating .env file with the needed env var (look at .env.example )
$ cd ..
$ docker-compose up