services: record-shop: build: . ports: - "3000:3000" volumes: - ./data:/data restart: unless-stopped