--- version: '3.7' services: weather-exporter: image: weather-exporter:latest container_name: weather-exporter environment: - WEATHER_LOCATION= - WEATHER_APIKEY= restart: unless-stopped