[Backlogmanager] [FIWARE-JIRA] (HELP-19713) [fiware-stackoverflow] FIWARE ORION MQTT MONGO docker compose

Fernando Lopez (JIRA) jira-help-desk at jira.fiware.org
Fri Jun 17 10:15:00 CEST 2022


     [ https://jira.fiware.org/browse/HELP-19713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Fernando Lopez updated HELP-19713:
----------------------------------
    Status: In Progress  (was: Open)

> [fiware-stackoverflow] FIWARE ORION MQTT MONGO docker compose
> -------------------------------------------------------------
>
>                 Key: HELP-19713
>                 URL: https://jira.fiware.org/browse/HELP-19713
>             Project: Help-Desk
>          Issue Type: Monitor
>          Components: FIWARE-TECH-HELP
>            Reporter: Backlog Manager
>            Assignee: Fernando Lopez
>              Labels: docker, docker-compose, fiware
>
> Created question in FIWARE Q/A platform on 16-06-2022 at 14:06
> {color: red}Please, ANSWER this question AT{color} https://stackoverflow.com/questions/72647674/fiware-orion-mqtt-mongo-docker-compose
> +Question:+
> FIWARE ORION MQTT MONGO docker compose
> +Description:+
> This is my docker-compose.yml file that i want to run in docker-compose
> version: '2.4'
> services:
>     iot-mongo:
>         image: mongo:4.2
>         ports:
>          - "27017:27017"
>         volumes:
>          - ./data/mongo:/data
>     iot-agent:
>         image: fiware/iotagent-json
>         ports:
>          - "4041:4041"
>         links:
>          - iot-mongo
>          - orion
>          - mosquitto
>         volumes:
>          - ./config.js:/opt/iotajson/config.js
>     mosquitto:
>         image: toke/mosquitto
>         ports:
>             - "1883:1883"
>             - "9001:9001"
>     orion:
>       image: fiware/orion:1.9.0
>       links:
>         - iot-mongo
>       ports:
>         - "1026:1026"
>       command: -dbhost iot-mongo
> When i want to execute it with a docker-compose up, it gives me error "yaml: line 20: did not find expected key". Can someone please give me a hint how to start my docker-compose.yml file without error?
> Thank you!!!!



--
This message was sent by Atlassian JIRA
(v6.4.1#64016)


More information about the Backlogmanager mailing list

You can get more information about our cookies and privacy policies clicking on the following links: Privacy policy   Cookies policy