services: eleventy: build: . container_name: eleventy_dev ports: - 8080:8080 - 9229:9229 volumes: - .:/app - /app/node_modules