this is my build of the weewx weather station
520
*** BETA BUILDS use at own Risk ***
**For any issues, please report at https://github.com/zcworld/docker-weewx/issues**
Allows you to upload data from your own weather station for use.
Still working on fixing any problems with it.
The weewx.conf and weather history database are located in the config folder.
docker run -d \
--name=test \
-e PUID=1000 \
-e PGID=1000 \
-v /path/to/config/folder:/config \
--restart unless-stopped \
zcw2023/weewx:20.04_base
Interceptor Port: 8000
Set this address in weather station configuration page as an customized ecowitt server address
Weather station reports to: hostIP:8000/data/report/
docker run -d \
--name=test \
-e PUID=1000 \
-e PGID=1000 \
-p 8000:8000 \
-v /path/to/config/folder:/config \
--restart unless-stopped \
zcw2023/weewx:20.04_addons
Interceptor Port: 8000
Set this address in weather station configuration page as an customized ecowitt server address
Weather station reports to: hostIP:8000/data/report/
Weather station http site : hostIP:80/weewx
docker run -d \
--name=test \
-e PUID=1000 \
-e PGID=1000 \
-p 80:80 \
-p 8000:8000 \
-v /path/to/config/folder:/config \
--restart unless-stopped \
zcw2023/weewx:20.04_addons_ws
Content type
Image
Digest
sha256:dd3cc69c5…
Size
120 MB
Last updated
over 1 year ago
docker pull zcw2023/weewx:20.04_addon_ws