version: '3.8' services: mvcar: build: . ports: - "80:80" volumes: - ./data:/app/data - ./logs:/app/logs