#version: '3.8' services: calculateur_prix: build: . ports: - "3000:3000" volumes: - ./data:/app/data restart: always