diff --git a/example/compose.yml b/example/compose.yml new file mode 100644 index 0000000..99ec742 --- /dev/null +++ b/example/compose.yml @@ -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" \ No newline at end of file