Created question in FIWARE Q/A platform on 20-06-2022 at 17:06
Please, ANSWER this question AT https://stackoverflow.com/questions/72690865/fiware-orion-sensor-agent
Question:
Fiware orion Sensor agent
Description:
here is my docker compose yml file:
version: "3.3"
services:
tutorial:
image: fiware/tutorials.context-provider
hostname: iot-sensors
container_name: fiware-tutorial
networks:
- default
expose:
- "3000"
- "3001"
ports:
- "3000:3000"
- "3001:3001"
environment:
- "DEBUG=tutorial:*"
- "PORT=3000"
- "IOTA_HTTP_HOST=iot-agent"
- "IOTA_HTTP_PORT=7896"
- "DUMMY_DEVICES_PORT=3001"
- "DUMMY_DEVICES_API_KEY=4jggokgpepnvsb2uv4s40d59ov"
And this the result:docker-compose.yml execution
Why cant i run it on Raspberry PI3( OS Linux 11 Debian bullseye)? Please help!
Thank you very much for your time!