version: '3.8' services: meal-planner: build: . ports: - "3001:3001" volumes: - ./data.json:/app/data.json restart: unless-stopped