version: '3.8' services: gantt-app: build: . ports: - "5173:3000" volumes: - ./gantt.db:/app/gantt.db # persistance locale du fichier SQLite restart: unless-stopped