version: "3.8" services: app: build: context: . dockerfile: Dockerfile container_name: medical-report-app ports: - "8080:80" restart: unless-stopped