Skip to content

Commit 0e64a44

Browse files
committed
Update Device Emulator to use Redis
1 parent f7987d2 commit 0e64a44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose/common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ services:
3535
healthcheck:
3636
test: (wget --server-response --spider --quiet http://context/user-context.jsonld 2>&1 | awk 'NR==1{print $$2}'| grep -q -e "200") || exit 1
3737

38+
# Cache foe Sensor Data Readings
3839
redis-sensors:
3940
labels:
4041
org.fiware: 'tutorial'

0 commit comments

Comments
 (0)