version: '3.8' services: web: build: . ports: - "3000:3000" volumes: - ./data:/app/data environment: - PORT=3000 - NODE_ENV=production