weather-exporter/docker-compose.yaml

11 lines
264 B
YAML
Raw Normal View History

2021-06-22 16:09:56 +01:00
---
version: '3.7'
services:
weather-exporter:
image: weather-exporter:latest
container_name: weather-exporter
environment:
- WEATHER_LOCATION=<Location search string>
- WEATHER_APIKEY=<weatherapi.com API key>
restart: unless-stopped