Skip to content

COVID-19-Bulgaria/covid-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues License: CC BY-NC-SA 4.0


COVID-19 Docker

Dockerization for the covid-scraper project.
Live Demo

Report Bug · Request Feature

Table of Contents

About The Project

This project aims to provide an easy setup for development and production environments. Docker Compose is used for development and Docker Swarm is reusing the compose configuration to spawn the production services.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Docker
  • Docker Compose

Installation

  1. Clone the repo
git clone https://github.com/COVID-19-Bulgaria/covid-docker.git
  1. Create a configuration file
cp env-example .env
  1. Alter the .env file with configuration that suites your setup
  2. Add id_rsa and id_rsa.pub files in the applications/covid-scraper/ssh folder

Usage

Run the project:

docker-compose up

Run only specific services:

docker-compose up database redis

Stop all running containers:

docker-compose down

Adminer is accessible on http://localhost:8080 while the sidekiq web interface could be found on http://localhost:9292.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Creative Commons License Project is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Contact

Veselin Stoyanov: LinkedIn