We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7987d2 commit 0e64a44Copy full SHA for 0e64a44
docker-compose/common.yml
@@ -35,6 +35,7 @@ services:
35
healthcheck:
36
test: (wget --server-response --spider --quiet http://context/user-context.jsonld 2>&1 | awk 'NR==1{print $$2}'| grep -q -e "200") || exit 1
37
38
+ # Cache foe Sensor Data Readings
39
redis-sensors:
40
labels:
41
org.fiware: 'tutorial'
0 commit comments