mirror of
https://github.com/LeRoid-hub/humiditycalc.git
synced 2025-01-31 11:44:55 +00:00
Docker compose example
This commit is contained in:
parent
5697ff0783
commit
02865eb1ed
10
example/compose.yml
Normal file
10
example/compose.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
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"
|
Loading…
Reference in New Issue
Block a user