feat(openweather): add location name to forecast response

This commit is contained in:
2026-07-01 16:40:16 +03:00
parent 29fe06462e
commit 081aa8d17f
4 changed files with 26 additions and 5 deletions

View File

@@ -12,6 +12,7 @@ services:
image: ${DOCKER_ROOT}/gallery
environment:
- REDIS_HOST=redis
- OPENWEATHER_KEY=$OPENWEATHER_KEY
depends_on:
- redis
ports: