Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit 734345c

Browse files
committed
use latest image; add APP_ITERATIONS; fix boolean value
1 parent 44e88b2 commit 734345c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
version: '3.7'
1+
version: '2'
22
services:
33
app:
4-
image: mceddy/smartdisplay-server
4+
image: mceddy/smartdisplay-server:latest
55
environment:
66
MQTT_SERVER: 'mqtt://localhost:1883'
77
MQTT_USERNAME: 'user'
@@ -11,6 +11,7 @@ services:
1111
APP_CITY_WEATHER_APP_ID: 'your OpenWeather API key'
1212
APP_CITY_WEATHER_UNITS: 'metric'
1313
APP_CITY_WEATHER_MAX_CACHE_AGE: 30
14-
APP_CITY_WEATHER_PUBLISH_DATA: false
14+
APP_CITY_WEATHER_PUBLISH_DATA: 'false'
15+
APP_ITERATIONS: 8
1516
TZ: 'Europe/Berlin'
1617
restart: unless-stopped

0 commit comments

Comments
 (0)