mirror of
https://github.com/LeRoid-hub/humiditycalc.git
synced 2025-01-31 03:34:56 +00:00
13 lines
330 B
YAML
13 lines
330 B
YAML
services:
|
|
humiditycalc:
|
|
restart: always
|
|
container_name: humiditycalc2
|
|
image: ghcr.io/leroid-hub/humiditycalc:latest
|
|
ports:
|
|
- 80:8080
|
|
environment:
|
|
OPENWEATHERMAP_API_KEY: "YOURAPIKEY"
|
|
LATITUDE: "52.51"
|
|
LONGITUDE: "13.404"
|
|
MODE: "BOTH"
|