services: app: volumes: - ./server:/app/server - ./client:/app/client ports: - "5173:5173" environment: NODE_ENV: development