Skip to content

Docker implementation of weewx based upon Debian Stretch

Notifications You must be signed in to change notification settings

jaysbeekay/Weewx-Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UPDATE TO 4.8.0

With this, you'll get:

  • WeewX 4.8.0 installed from sources in Debian Stretch, with:
  • The Interceptor driver (https://github.com/matthewwall/weewx-interceptor)
  • The MQTT Publish service (https://github.com/weewx/weewx/wiki/mqtt)
  • Installed in a docker image based from Debian:stretch
  • weewx-core will expose port 8090 to listen for Weather Station Clients
  • weewx-web will listen on port 8080 in the regular network driver and will expose the weather in a nice nginx web page

I provide with a docker-compose, running two services:

  • weewx-core (the weewx install)
  • weewx-web (an nginx web-server)

You'll probably want to mount some files/directories inside the container to keep data, so adapt the docker-compose to your needs:

  • /weewx.conf:/home/weewx/weewx.conf
  • /html/:/home/weewx/public_html/
  • /archive:/home/weewx/archive/

How to use:

About

Docker implementation of weewx based upon Debian Stretch

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.5%
  • Dockerfile 2.2%
  • Shell 0.3%