services: node-app: container_name: node-app-dev # command: sleep infinity command: yarn dev -L ports: - '3000:3000' - '5555:5555'