version: '2' services: web: build: . ports: - "8080:8080" mongodb: image: "mongo" volumes: - "/home/stdio/mongodb:/data/db"