:books: Don't waste time searching for good dev blog posts. Get the latest news here.
Create the .env
file, containing the environment variables, and the fill the missing values:
cp .env.example .env
Run this command below and open the following URL in the browser: http://localhost:8080
$ docker-compose up --build
Below overflow-news_worker_1
is a container name example.
$ docker logs -f overflow-news_worker_1 | pino -l
$ docker-compose -f docker-compose.prod.yml up -d --build