services: web: build: . ports: - "3000:3000" volumes: - .:/usr/src/app - ./node_modules:/usr/src/app/node_modules command: ["yarn", "dev"] # Database