This project is a small service for getting weather reports
- Download source code
git clone https://github.com/yarqr/weather-forecast.git
- Go to project folder
cd weather-forecast
-
Create a config.toml file and fill it as config.example.toml
-
Run service
docker compose -f deploy/docker-compose.yaml up -d --build