version: '3.8' services: node-info: build: . container_name: node_stats ports: - "8080:8080" restart: unless-stopped