mirror of
https://github.com/LeRoid-hub/humiditycalc.git
synced 2025-01-31 11:44:55 +00:00
10 lines
292 B
YAML
10 lines
292 B
YAML
services:
|
|
humiditycalc:
|
|
restart: always
|
|
container_name: humiditycalc2
|
|
image: ghcr.io/leroid-hub/humiditycalc:latest
|
|
environment:
|
|
OPENWEATHERMAP_API_KEY: "YOURAPIKEY"
|
|
LATITUDE: "52.51"
|
|
LONGITUDE: "13.404"
|
|
MODE: "BOTH" |