services: web: build: . ports: - "4321:4321" volumes: - .:/app - /app/node_modules command: npm run dev -- --host environment: - NODE_ENV=development caddy: image: hello-world entrypoint: ["true"] restart: "no" ports: [] volumes: [] depends_on: []