db: image: mongo ports: - "27018:27017" command: "--smallfiles --logpath=/dev/null" web: build: . volumes: - ./app:/app ports: - "8000:8080" links: - db