version: '3.8' services: ittoview: build: context: . dockerfile: Dockerfile container_name: ittoview ports: - "8035:80" restart: unless-stopped