services: app: image: node:20-alpine ports: - "3000:3000" volumes: - ./:/app environment: - NODE_ENV=production