version: '3.8' services: landing: build: context: . dockerfile: docker/landing.Dockerfile ports: - "3000:3000" restart: unless-stopped container_name: landing