services: node: build: . working_dir: /src volumes: - .:/src - /node_modules ports: - "5173:5173" command: npm run dev -- --host 0.0.0.0