Details
-
Type: Monitor
-
Status: Closed
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FIWARE-TECH-HELP
-
Labels:
Description
Created question in FIWARE Q/A platform on 16-06-2022 at 14:06
Please, ANSWER this question AT 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!!!!
Activity
Backlog Manager
created issue -
Backlog Manager
made changes -
Field | Original Value | New Value |
---|---|---|
Component/s | FIWARE-TECH-HELP [ 10278 ] |
Fernando Lopez
made changes -
Assignee | Fernando Lopez [ fla ] |
Fernando Lopez
made changes -
Status | Open [ 1 ] | In Progress [ 3 ] |
Fernando Lopez
made changes -
Status | In Progress [ 3 ] | Answered [ 10104 ] |
Fernando Lopez
made changes -
Resolution | Done [ 10000 ] | |
Status | Answered [ 10104 ] | Closed [ 6 ] |
Backlog Manager
made changes -
Summary | [fiware-stackoverflow] FIWARE ORION MQTT MONGO docker compose | FIWARE.Question.Tech.FIWARE ORION MQTT MONGO docker compose. |
Transition | Time In Source Status | Execution Times | Last Executer | Last Execution Date | |||||
---|---|---|---|---|---|---|---|---|---|
|
2h 43m | 1 | Fernando Lopez | 17/Jun/22 10:14 AM | |||||
|
1s | 1 | Fernando Lopez | 17/Jun/22 10:14 AM | |||||
|
5d 47m | 1 | Fernando Lopez | 22/Jun/22 11:01 AM |
2022-06-17 05:31|CREATED monitor | # answers= 0, accepted answer= False