Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 398 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 398 Bytes

Weather Forecast

This project is a small service for getting weather reports

How to launch?

  1. Download source code
git clone https://github.com/yarqr/weather-forecast.git
  1. Go to project folder
cd weather-forecast
  1. Create a config.toml file and fill it as config.example.toml

  2. Run service

docker compose -f deploy/docker-compose.yaml up -d --build