Dockerization for the covid-scraper project.
Live Demo
Report Bug
·
Request Feature
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.
To get a local copy up and running follow these simple example steps.
- Docker
- Docker Compose
- Clone the repo
git clone https://github.com/COVID-19-Bulgaria/covid-docker.git
- Create a configuration file
cp env-example .env
- Alter the
.env
file with configuration that suites your setup - Add
id_rsa
andid_rsa.pub
files in theapplications/covid-scraper/ssh
folder
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.
See the open issues for a list of proposed features (and known issues).
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.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Project is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.