images:
  default:
    botfront: botfront/botfront:v0.15.4
    botfront-api: botfront/botfront-api:v0.15.1
    rasa: botfront/rasa-for-botfront:v1.1.7-bf.1
    duckling: botfront/duckling:latest
    mongo: mongo:latest
    actions: botfront/actions-sdk:latest
env:
  bf_project_id: bf
  mongo_url: mongodb://mongo:27017/bf
  actions_url: http://actions:5055/webhook
  bf_url: http://botfront-api:8080
  orchestrator: docker-compose
  root_url: http://localhost:8888
  socket_path: /socket.io/
  mongo_initdb_database: bf
