Dockerization for the covid-scraper project.
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.
git clone https://github.com/COVID-19-Bulgaria/covid-docker.git
cp env-example .env
.env
file with configuration that suites your setupid_rsa
and id_rsa.pub
files in the applications/covid-scraper/ssh
folderRun 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.
git checkout -b feature/AmazingFeature
)git commit -m 'Add some AmazingFeature'
)git push origin feature/AmazingFeature
)
Project is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.