Fixed bugs and added hourly forecast

This commit is contained in:
2025-07-31 16:06:57 +02:00
parent 82f67515e7
commit f44c671052
12 changed files with 383 additions and 129 deletions

View File

@@ -4,7 +4,7 @@ services:
build: .
container_name: "zephyr"
environment:
ZEPHYR_ADDR: 127.0.0.1 # Listen address
ZEPHYR_ADDR: 0.0.0.0 # Listen address
ZEPHYR_PORT: 3000 # Listen port
ZEPHYR_TOKEN: "" # OpenWeatherMap API Key
ZEPHYR_CACHE_TTL: 3 # Cache time-to-live in hour
@@ -12,4 +12,4 @@ services:
volumes:
- "/etc/localtime:/etc/localtime:ro"
ports:
- "3000:3000"
- "3000:3000"