anfranken / news-scrap

0 stars 0 forks source link

[WIP] Set up news articles storage engine #11

Closed afuetterer closed 2 years ago

afuetterer commented 4 years ago

I added a docker-compose file with a single mongodb service to start with.

@hansendx: What do we need to add to the docker-compose.yml? Do we need volumes, environment variables? For now there is no authentication required.

For inspiration maybe look at this? https://medium.com/faun/managing-mongodb-on-docker-with-docker-compose-26bf8a0bbae3

Related issues: #3, #10