version: "3" services: service: container_name: "project_name" build: . ports: - "3000:3000" command: tail -f /etc/hostname