mongodbdata: image: mongo:2.6 volumes: - /data/db restart: no command: /bin/echo "Data-only container for mongodb." mongodb: image: mongo:2.6 volumes_from: - mongodbdata expose: - "27017" command: --smallfiles orion: image: fiware/orion:latest hostname: orion links: - mongodb expose: - "1026" ports: - "1026:1026" command: -dbhost mongodb