mirror of
https://github.com/LeRoid-hub/humiditycalc.git
synced 2025-01-31 03:34:56 +00:00
UPDATED compose
This commit is contained in:
parent
39648aac74
commit
498bc0250a
24
README.md
24
README.md
@ -1,8 +1,26 @@
|
|||||||
# humiditycalc
|
# humiditycalc
|
||||||
|
|
||||||
|
This service allows you to compare the absolute humidity from indoor and outdoor.
|
||||||
|
|
||||||
BOTH slow- every req talks to api
|
## Setup
|
||||||
|
The setup is aimed for docker.
|
||||||
## ENV
|
|
||||||
|
### DOCKER COMPOSE EXAMPLE
|
||||||
|
|
||||||
|
```
|
||||||
|
services:
|
||||||
|
humiditycalc:
|
||||||
|
restart: always
|
||||||
|
container_name: humiditycalc
|
||||||
|
image: ghcr.io/leroid-hub/humiditycalc:latest
|
||||||
|
environment:
|
||||||
|
OPENWEATHERMAP_API_KEY: "YOURKEY"
|
||||||
|
LATITUDE: "40.07"
|
||||||
|
LONGITUDE: "9.8"
|
||||||
|
MODE: "BOTH"
|
||||||
|
```
|
||||||
|
|
||||||
|
### ENVIROMENT VARS
|
||||||
MODES: CALC, WEATHER, BOTH
|
MODES: CALC, WEATHER, BOTH
|
||||||
BOTH is standard
|
BOTH is standard
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user