version: '3.4' services: www: build: ./www ports: - 8080:80 api: build: ./api ports: - 8081:3000 db: image: mongo:3.6