Fixed bugs and added hourly forecast
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user